Skip to content

Commit

Permalink
Add type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Feb 26, 2024
1 parent 55cc85f commit 63df70d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from google.cloud import storage # type: ignore[attr-defined]

if TYPE_CHECKING:
from google.cloud import datastore
from google.cloud import datastore # type: ignore[attr-defined]


class DocumentStorage(ABC):
Expand Down

0 comments on commit 63df70d

Please sign in to comment.