Skip to content

Commit 486a094

Browse files
committed
Update event.py
Remove unused import
1 parent 7465165 commit 486a094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyhilo/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from datetime import datetime, timedelta, timezone
44
import logging
55
import re
6-
from typing import Any, cast, get_type_hints
6+
from typing import Any, cast
77

88
from pyhilo.util import camel_to_snake, from_utc_timestamp
99

0 commit comments

Comments
 (0)