1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-28 00:33:48 +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

View File

@@ -1,4 +1,4 @@
from typing import Tuple, Union
from typing import Tuple
class BasePlugin: