Skip to content

Commit cc0a5ea

Browse files
committed
fix: change sequence import (#1915)
1 parent 5c07e1c commit cc0a5ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google/auth/_default.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
Implements application default credentials and project ID detection.
1818
"""
1919

20-
from collections.abc import Sequence
2120
import io
2221
import json
2322
import logging
2423
import os
25-
from typing import Optional, TYPE_CHECKING
24+
from typing import Optional, TYPE_CHECKING, Sequence
2625
import warnings
2726

2827
from google.auth import environment_vars

0 commit comments

Comments
 (0)