mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-10 13:10:44 +02:00
Fixed unused imports
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user