We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7465165 commit 486a094Copy full SHA for 486a094
pyhilo/event.py
@@ -3,7 +3,7 @@
3
from datetime import datetime, timedelta, timezone
4
import logging
5
import re
6
-from typing import Any, cast, get_type_hints
+from typing import Any, cast
7
8
from pyhilo.util import camel_to_snake, from_utc_timestamp
9
0 commit comments