Skip to content

Commit c3edd93

Browse files
committed
Remove unnecessary import
1 parent 9d7b425 commit c3edd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command_runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
# Python 2.7 compat fixes (missing typing)
8080
try:
81-
from typing import Union, Optional, List, Tuple, NoReturn, Any, Callable
81+
from typing import Union, Optional, List, Tuple, Any, Callable
8282
except ImportError:
8383
pass
8484

0 commit comments

Comments
 (0)