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

Commit 31ba7ef

Browse files
committed
added annotations
1 parent 4f4db7b commit 31ba7ef

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-22.04
99
strategy:
1010
matrix:
11-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
11+
python: ['3.7', '3.8']
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4

google/auth/_default.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
1717
Implements application default credentials and project ID detection.
1818
"""
19+
from __future__ import annotations
1920

2021
from typing import Sequence
2122
import io

0 commit comments

Comments
 (0)