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 0424fcb commit 779f799Copy full SHA for 779f799
1 file changed
runtime/hub/core/authenticators/__init__.py
@@ -25,7 +25,7 @@
25
26
from core.authenticators.auto_login import AutoLoginAuthenticator
27
from core.authenticators.firstuse import CustomFirstUseAuthenticator
28
-from core.authenticators.github_app import CustomGitHubOAuthenticator, GITHUB_USERNAME_PREFIX
+from core.authenticators.github_app import GITHUB_USERNAME_PREFIX, CustomGitHubOAuthenticator
29
from core.authenticators.jwt import RemoteLabAuthenticator
30
from core.authenticators.multi import CustomMultiAuthenticator
31
0 commit comments