[cli] convert, remove useless import.
This commit is contained in:
@ -1,8 +1,6 @@
|
|||||||
import mimetypes
|
import mimetypes
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import re
|
|
||||||
|
|
||||||
import bonobo
|
import bonobo
|
||||||
from bonobo.commands.util.arguments import parse_variable_argument
|
from bonobo.commands.util.arguments import parse_variable_argument
|
||||||
|
|
||||||
@ -47,7 +45,6 @@ def resolve_factory(name, filename, factory_type, options=None):
|
|||||||
|
|
||||||
if options:
|
if options:
|
||||||
options = dict(map(parse_variable_argument, options))
|
options = dict(map(parse_variable_argument, options))
|
||||||
|
|
||||||
else:
|
else:
|
||||||
options = dict()
|
options = dict()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user