Skip to content

Commit a45a53b

Browse files
Zsailerkevin-bates
andauthored
Update jupyter_server/serverapp.py
Co-authored-by: Kevin Bates <[email protected]>
1 parent 5ffec87 commit a45a53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/serverapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ def _observe_contents_manager_class(self, change):
11591159
new = new.__module__
11601160

11611161
if new.startswith('notebook'):
1162-
self.log.warn(
1162+
self.log.warning(
11631163
"The specified 'contents_manager_class' class inherits a manager from the "
11641164
"'notebook' package. This is not guaranteed to work in future "
11651165
"releases of Jupyter Server. Instead, consider switching the "

0 commit comments

Comments
 (0)