smell: rename unused import
This commit is contained in:
@ -57,8 +57,6 @@ def get_argument_parser(parser=None):
|
|||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
if parser is None:
|
if parser is None:
|
||||||
import argparse
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
|
|
||||||
# Store globally to be able to warn the user about the fact he's probably wrong not to pass a parser to
|
# Store globally to be able to warn the user about the fact he's probably wrong not to pass a parser to
|
||||||
|
|||||||
Reference in New Issue
Block a user