Skip to content

Commit

Permalink
Blacken.
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 committed Aug 31, 2022
1 parent 9a733ee commit 6734c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test__oauth2client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import oauth2client.client # type: ignore
import oauth2client.contrib.gce # type: ignore
import oauth2client.service_account # type: ignore
except ImportError: # pragma: no cover
except ImportError: # pragma: no cover
pytest.skip(
"Skipping oauth2client tests since oauth2client is not installed.",
allow_module_level=True,
Expand Down

0 comments on commit 6734c4d

Please sign in to comment.