Skip to content

Commit 3869c3c

Browse files
committed
Remove unused import
1 parent 17f74f1 commit 3869c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpie/plugins/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Tuple, Union
1+
from typing import Tuple
22

33

44
class BasePlugin:

0 commit comments

Comments
 (0)