Skip to content

Commit 6efe066

Browse files
committed
fix: remove unused List import
1 parent f1185bf commit 6efe066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/treemapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import io
22
from pathlib import Path
3-
from typing import Any, Dict, List, Optional, Union
3+
from typing import Any, Dict, Optional, Union
44

55
from .ignore import get_ignore_specs
66
from .tree import TreeBuildContext, build_tree

0 commit comments

Comments
 (0)