Skip to content

Commit 677a1df

Browse files
👩‍💻 dx(.bin/events.py): Add missing import.
1 parent 07a8d4e commit 677a1df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bin/events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from typing import Iterable
77
import human
88
import ics
9+
import ics.grammar.parse
910
import json
1011

1112
log = lambda *x, **y: print(*x, **y, file=sys.stderr)

0 commit comments

Comments
 (0)