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 ea2bf8f commit 8fc5c72Copy full SHA for 8fc5c72
sdk_compliance_adapter/adapter.py
@@ -273,7 +273,7 @@ def capture():
273
kwargs = {"distinct_id": distinct_id, "properties": properties}
274
if timestamp:
275
# Parse ISO8601 timestamp
276
- from dateutil.parser import parse
+ from dateutil.parser import parse # type: ignore[import-untyped]
277
278
kwargs["timestamp"] = parse(timestamp)
279
0 commit comments