Skip to content

Commit c500194

Browse files
ovvgwaramadze
andauthored
Update quixstreams/dataframe/joins/lookups/quix_configuration_service/models.py
Co-authored-by: Remy Gwaramadze <gwaramadze@users.noreply.github.com>
1 parent 95c5453 commit c500194

File tree

1 file changed

+1
-1
lines changed
  • quixstreams/dataframe/joins/lookups/quix_configuration_service

1 file changed

+1
-1
lines changed

quixstreams/dataframe/joins/lookups/quix_configuration_service/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def from_event(cls, event: Event) -> "ConfigurationVersion":
158158
if raw_valid_from is None:
159159
valid_from: float = 0
160160
else:
161-
# TODO python 3.11: Use `datetime.fromisoformat` when additional format are available
161+
# TODO python 3.11: Use `datetime.fromisoformat` when additional formats are available
162162
try:
163163
parsed = datetime.strptime(raw_valid_from, "%Y-%m-%dT%H:%M:%S.%f%z")
164164
except ValueError:

0 commit comments

Comments
 (0)