Skip to content

Commit 2acbd52

Browse files
committed
fix lint
1 parent 6171052 commit 2acbd52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-auth/google/auth/_default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import json
2323
import logging
2424
import os
25-
from typing import Optional, Sequence, TYPE_CHECKING
25+
from typing import Optional, Sequence, TYPE_CHECKING, Union
2626
import warnings
2727

2828
from google.auth import environment_vars

0 commit comments

Comments
 (0)