1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-26 20:02:11 +02:00

Remove unused import

This commit is contained in:
Mickaël Schoentgen
2021-10-07 14:41:03 +02:00
parent 17f74f10f3
commit 3869c3ce99
+1 -1
View File
@@ -1,4 +1,4 @@
from typing import Tuple, Union
from typing import Tuple
class BasePlugin: