We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787e904 commit 4f9468dCopy full SHA for 4f9468d
packages/google-cloud-ndb/google/cloud/ndb/context.py
@@ -319,8 +319,8 @@ def __new__(
319
legacy_data=legacy_data,
320
)
321
322
- # 'context' is dynamically composed at runtime and may include methods
323
- # from multiple sources that Mypy cannot statically resolve here.
+ # 'context' is dynamically composed at runtime and may include methods
+ # from multiple sources that Mypy cannot statically resolve here.
324
# We cast to `Any` to access the extended policy interface.
325
ctx = cast(Any, context)
326
ctx.set_cache_policy(cache_policy)
0 commit comments