Skip to content

Commit 8af152a

Browse files
committed
add import for missing type hint
1 parent 3a49bea commit 8af152a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chi_edge/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from glob import escape
2020
from pathlib import Path
2121
from uuid import UUID
22+
from typing import Any
2223

2324
import chi
2425
import click

0 commit comments

Comments
 (0)