Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 7d3d877

Browse files
committed
import sequence from typing
1 parent 5c07e1c commit 7d3d877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/auth/_default.py

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

20-
from collections.abc import Sequence
20+
from typing import Sequence
2121
import io
2222
import json
2323
import logging

0 commit comments

Comments
 (0)