You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jupyter_drives/base.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importos
2
2
fromsysimportplatform
3
3
importentrypoints
4
-
fromtraitletsimportEnum, Unicode, default
4
+
fromtraitletsimportEnum, Unicode, default, Int
5
5
fromtraitlets.configimportConfigurable
6
6
7
7
# Supported third-party services
@@ -59,7 +59,7 @@ class DrivesConfig(Configurable):
59
59
help="Custom path of file where credentials are located. Extension automatically checks jupyter_notebook_config.py or directly in ~/.aws/credentials for AWS CLI users."
0 commit comments