Skip to content

Commit 5b78fa3

Browse files
committed
fixed lint
1 parent 1211004 commit 5b78fa3

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
@@ -18,12 +18,11 @@
1818
"""
1919
from __future__ import annotations
2020

21-
from typing import Sequence
2221
import io
2322
import json
2423
import logging
2524
import os
26-
from typing import Optional, TYPE_CHECKING
25+
from typing import Optional, Sequence, TYPE_CHECKING
2726
import warnings
2827

2928
from google.auth import environment_vars

0 commit comments

Comments
 (0)