We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8468cc2 commit b95734eCopy full SHA for b95734e
jupyter_drives/base.py
@@ -73,7 +73,7 @@ def set_default_api_base_url(self):
73
74
def __init__(self, **kwargs):
75
super().__init__(**kwargs)
76
- self.load_credentials()
+ self._load_credentials()
77
78
def _load_credentials(self):
79
# check if credentials were already set in jupyter_notebook_config.py
0 commit comments