Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Mar 16, 2021
1 parent ff6b52c commit 3fc6de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/auth/__init__.py
Expand Up @@ -16,8 +16,8 @@

import logging

from google.auth._default import default, load_credentials_from_file
from google.auth import version as google_auth_version
from google.auth._default import default, load_credentials_from_file


__version__ = google_auth_version.__version__
Expand Down

0 comments on commit 3fc6de1

Please sign in to comment.