Skip to content

Commit 3fc6de1

Browse files
committed
chore: fix lint
1 parent ff6b52c commit 3fc6de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
import logging
1818

19-
from google.auth._default import default, load_credentials_from_file
2019
from google.auth import version as google_auth_version
20+
from google.auth._default import default, load_credentials_from_file
2121

2222

2323
__version__ = google_auth_version.__version__

0 commit comments

Comments
 (0)