We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c5453 commit c500194Copy full SHA for c500194
quixstreams/dataframe/joins/lookups/quix_configuration_service/models.py
@@ -158,7 +158,7 @@ def from_event(cls, event: Event) -> "ConfigurationVersion":
158
if raw_valid_from is None:
159
valid_from: float = 0
160
else:
161
- # TODO python 3.11: Use `datetime.fromisoformat` when additional format are available
+ # TODO python 3.11: Use `datetime.fromisoformat` when additional formats are available
162
try:
163
parsed = datetime.strptime(raw_valid_from, "%Y-%m-%dT%H:%M:%S.%f%z")
164
except ValueError:
0 commit comments