Skip to content

Commit

Permalink
Remove unused type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Feb 26, 2024
1 parent bf48e8d commit 95f8eaf
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 # type: ignore[attr-defined]
from google.cloud import datastore


class DocumentStorage(ABC):
Expand Down

0 comments on commit 95f8eaf

Please sign in to comment.