We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dbba1 commit 299f71dCopy full SHA for 299f71d
2 files changed
sdks/python/apache_beam/utils/windowed_value.py
@@ -380,7 +380,7 @@ def from_windowed_values(
380
381
382
try:
383
- WindowedValue.timestamp_object = None
+ setattr(WindowedValue, 'timestamp_object', None)
384
except TypeError:
385
# When we're compiled, we can't dynamically add attributes to
386
# the cdef class, but in this case it's OK as it's already present
sdks/python/pyrefly.toml
@@ -57,5 +57,4 @@ bad-specialization = "ignore"
57
bad-context-manager = "ignore"
58
invalid-yield = "ignore"
59
bad-argument-count = "ignore"
60
-bad-typed-dict-key = "ignore"
61
-no-access = "ignore"
+bad-typed-dict-key = "ignore"
0 commit comments