Skip to content

Commit 4b92c2b

Browse files
committed
Remove unused import
1 parent 509ee13 commit 4b92c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject_parser/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# stdlib
3535
import importlib
3636
import re
37-
from typing import Pattern, Type, TypeVar
37+
from typing import Pattern, Type
3838

3939
# 3rd party
4040
import click # nodep

0 commit comments

Comments
 (0)