Skip to content

Commit 9ae6df7

Browse files
committed
remove unused imports.
1 parent 6a9a026 commit 9ae6df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dosh/external_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import shutil
77
import urllib.request
88
from pathlib import Path
9-
from typing import List, Optional, Any, Generator
9+
from typing import List, Optional
1010

1111
from dosh.base_commands import (
1212
CommandException,

0 commit comments

Comments
 (0)