Skip to content

Commit 8fc5c72

Browse files
committed
add mypy ignore
1 parent ea2bf8f commit 8fc5c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk_compliance_adapter/adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def capture():
273273
kwargs = {"distinct_id": distinct_id, "properties": properties}
274274
if timestamp:
275275
# Parse ISO8601 timestamp
276-
from dateutil.parser import parse
276+
from dateutil.parser import parse # type: ignore[import-untyped]
277277

278278
kwargs["timestamp"] = parse(timestamp)
279279

0 commit comments

Comments
 (0)