Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/utils/windowed_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def from_windowed_values(


try:
WindowedValue.timestamp_object = None
setattr(WindowedValue, 'timestamp_object', None)
except TypeError:
# When we're compiled, we can't dynamically add attributes to
# the cdef class, but in this case it's OK as it's already present
Expand Down
3 changes: 1 addition & 2 deletions sdks/python/pyrefly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ bad-specialization = "ignore"
bad-context-manager = "ignore"
invalid-yield = "ignore"
bad-argument-count = "ignore"
bad-typed-dict-key = "ignore"
no-access = "ignore"
bad-typed-dict-key = "ignore"
Loading