Skip to content

Commit fe07283

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 61e6b4b commit fe07283

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

stubs/google-auth/google/auth/api_key.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import google.auth.transport
2-
import google.auth
31
from typing import Mapping
42

53
import google
4+
import google.auth
5+
import google.auth.transport
66
from google.auth import credentials
77

88
class Credentials(credentials.Credentials):

stubs/google-auth/google/auth/app_engine.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import google.auth.transport
2-
import google.auth
31
from typing import Sequence
42

53
import google
4+
import google.auth
5+
import google.auth.transport
66
from google.auth import credentials
77
from google.auth.crypt import base
88

stubs/google-auth/google/auth/compute_engine/credentials.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import google.auth.transport
2-
import google.auth.crypt
3-
import google.auth
41
from _typeshed import Incomplete
52
from typing import Any, Mapping, Sequence
63

74
import google
5+
import google.auth
6+
import google.auth.crypt
7+
import google.auth.transport
88
from google.auth import credentials
99

1010
_TRUST_BOUNDARY_LOOKUP_ENDPOINT = "https://iamcredentials.{}/v1/projects/-/serviceAccounts/{}/allowedLocations"

stubs/google-auth/google/auth/downscoped.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import google.auth.transport
2-
import google.auth
31
from _typeshed import Incomplete
42
from typing import Any, Mapping, Sequence
53

64
import google
5+
import google.auth
6+
import google.auth.transport
77
from google.auth import credentials
88

99
class CredentialAccessBoundary:

stubs/google-auth/google/auth/external_account.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import google.auth.transport
2-
import google.auth
31
import abc
42
from dataclasses import dataclass
53
from typing import Any, Mapping, Sequence
64

75
import google
6+
import google.auth
7+
import google.auth.transport
88
from google.auth import credentials
99

1010
@dataclass

stubs/google-auth/google/auth/external_account_authorized_user.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import google.auth.transport
2-
import google.auth
31
import datetime
42
from _typeshed import Incomplete
53
from typing import Any, Mapping, Sequence
64

75
import google
6+
import google.auth
7+
import google.auth.transport
88
from google.auth import credentials
99

1010
class Credentials(

stubs/google-auth/google/auth/iam.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import google.auth.transport
2-
import google.auth
31
import google
2+
import google.auth
3+
import google.auth.transport
44
from google.auth import credentials
55
from google.auth.crypt import base
66

stubs/google-auth/google/auth/impersonated_credentials.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import google.auth.transport
2-
import google.auth
31
from _typeshed import Incomplete
42
from typing import Any, Mapping, Sequence
53

64
import google
5+
import google.auth
6+
import google.auth.transport
77
from google.auth import credentials
88

99
class Credentials(

stubs/google-auth/google/auth/transport/urllib3.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import requests.adapters
21
import types
32
from typing import Any, Callable, Mapping, Sequence
43

54
import requests
5+
import requests.adapters
66
from google.auth import transport
77

88
class _RequestMethodsBase: ...

stubs/google-auth/google/oauth2/credentials.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import google.auth.transport
2-
import google.auth
31
import datetime
42
from typing import Any, Coroutine, Mapping, Sequence
53

64
import google
5+
import google.auth
6+
import google.auth.transport
77
from google.auth import credentials
88

99
class Credentials(credentials.ReadOnlyScoped, credentials.CredentialsWithQuotaProject):

0 commit comments

Comments
 (0)