Skip to content

Commit 69c076a

Browse files
committed
fixed lint
1 parent ea1b214 commit 69c076a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-auth/google/auth/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from enum import Enum
2121
import logging
2222
import os
23-
from typing import Dict List, Optional, Sequence, Union, TYPE_CHECKING
23+
from typing import Dict, List, Optional, Sequence, TYPE_CHECKING, Union
2424
from urllib.parse import urlparse
2525
import warnings
2626

0 commit comments

Comments
 (0)