Skip to content

Commit 4f9468d

Browse files
committed
style: blacken ndb/context.py
1 parent 787e904 commit 4f9468d

File tree

1 file changed

+2
-2
lines changed
  • packages/google-cloud-ndb/google/cloud/ndb

1 file changed

+2
-2
lines changed

packages/google-cloud-ndb/google/cloud/ndb/context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ def __new__(
319319
legacy_data=legacy_data,
320320
)
321321

322-
# 'context' is dynamically composed at runtime and may include methods
323-
# from multiple sources that Mypy cannot statically resolve here.
322+
# 'context' is dynamically composed at runtime and may include methods
323+
# from multiple sources that Mypy cannot statically resolve here.
324324
# We cast to `Any` to access the extended policy interface.
325325
ctx = cast(Any, context)
326326
ctx.set_cache_policy(cache_policy)

0 commit comments

Comments
 (0)