File tree 2 files changed +4
-4
lines changed
jupyter_server/services/contents
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,10 +123,6 @@ def _checkpoints_class_default(self):
123
123
def _files_handler_class_default (self ):
124
124
return AuthenticatedFileHandler
125
125
126
- @default ("files_handler_params" )
127
- def _files_handler_params_default (self ):
128
- return {"path" : self .root_dir }
129
-
130
126
def is_hidden (self , path ):
131
127
"""Does the API style path correspond to a hidden directory or file?
132
128
Original file line number Diff line number Diff line change @@ -361,6 +361,10 @@ def _default_checkpoints_kwargs(self):
361
361
""" ,
362
362
)
363
363
364
+ @default ("files_handler_params" )
365
+ def _files_handler_params_default (self ):
366
+ return {"path" : self .root_dir }
367
+
364
368
def get_extra_handlers (self ):
365
369
"""Return additional handlers
366
370
You can’t perform that action at this time.
0 commit comments