Skip to content

Commit

Permalink
added type checking NO COVER
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglabenz committed Aug 11, 2021
1 parent 2b4a7a8 commit 366c21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/client.py
Expand Up @@ -52,7 +52,7 @@


if TYPE_CHECKING:
from google.cloud.firestore_v1.bulk_writer import BulkWriter
from google.cloud.firestore_v1.bulk_writer import BulkWriter # pragma: NO COVER


class Client(BaseClient):
Expand Down

0 comments on commit 366c21e

Please sign in to comment.