Skip to content

Commit b95734e

Browse files
committed
fix load credentials function
1 parent 8468cc2 commit b95734e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_drives/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def set_default_api_base_url(self):
7373

7474
def __init__(self, **kwargs):
7575
super().__init__(**kwargs)
76-
self.load_credentials()
76+
self._load_credentials()
7777

7878
def _load_credentials(self):
7979
# check if credentials were already set in jupyter_notebook_config.py

0 commit comments

Comments
 (0)