Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Nov 19, 2024
1 parent 4869721 commit 5e7257d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions google/cloud/firestore_v1/bulk_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ def attempts(self) -> int:
class OperationRetry(BaseOperationRetry):
"""Container for an additional attempt at an operation, scheduled for
the future."""

operation: BulkWriterOperation
run_at: datetime.datetime

Expand Down
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ def pytype(session):
def mypy(session):
"""Verify type hints are mypy compatible."""
session.install("-e", ".")
session.install("mypy", "types-setuptools", "types-protobuf", "types-requests")
session.install("mypy", "types-setuptools")
# TODO: also verify types on tests, all of google package
session.run("mypy", "-p", "google.cloud.firestore_v1", "--no-incremental")
session.run("mypy", "-p", "google.cloud.firestore", "--no-incremental")


@nox.session(python=DEFAULT_PYTHON_VERSION)
Expand Down

0 comments on commit 5e7257d

Please sign in to comment.