Fixed unused imports

This commit is contained in:
Nex
2021-08-14 18:56:33 +02:00
parent 3d6e01179a
commit cf630f7c2b
15 changed files with 6 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# From: https://gist.github.com/stanchan/bce1c2d030c76fe9223b5ff6ad0f03db
from click import Option, UsageError, command, option
from click import Option, UsageError
class MutuallyExclusiveOption(Option):