Skip to content

Commit 61e6b4b

Browse files
committed
Fixed pyright errors
1 parent e05badb commit 61e6b4b

12 files changed

Lines changed: 25 additions & 0 deletions

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import google.auth.transport
2+
import google.auth
13
from typing import Mapping
24

35
import google

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import google.auth.transport
2+
import google.auth
13
from typing import Sequence
24

35
import google

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import google.auth.transport
2+
import google.auth.crypt
3+
import google.auth
14
from _typeshed import Incomplete
25
from typing import Any, Mapping, Sequence
36

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import google.auth.transport
2+
import google.auth
13
from _typeshed import Incomplete
24
from typing import Any, Mapping, Sequence
35

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import google.auth.transport
2+
import google.auth
13
import abc
24
from dataclasses import dataclass
35
from typing import Any, Mapping, Sequence

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import google.auth.transport
2+
import google.auth
13
import datetime
24
from _typeshed import Incomplete
35
from typing import Any, Mapping, Sequence

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import google.auth.transport
2+
import google.auth
13
import google
24
from google.auth import credentials
35
from google.auth.crypt import base

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import google.auth.transport
2+
import google.auth
13
from _typeshed import Incomplete
24
from typing import Any, Mapping, Sequence
35

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import requests.adapters
12
import types
23
from typing import Any, Callable, Mapping, Sequence
34

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import google.auth.transport
2+
import google.auth
13
import datetime
24
from typing import Any, Coroutine, Mapping, Sequence
35

0 commit comments

Comments
 (0)