Skip to content

Commit ffed0ef

Browse files
committed
remove unused types
1 parent be9f852 commit ffed0ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pathlib
44
import sys
55

6-
from typing import Dict, Union, List, Tuple
6+
from typing import Tuple
77

88

99
import pytest

0 commit comments

Comments
 (0)