smell: rename unused import

This commit is contained in:
Romain Dorgueil
2018-08-11 06:57:48 +02:00
parent b9768fac6a
commit ba60f799e2

View File

@ -57,8 +57,6 @@ def get_argument_parser(parser=None):
:return:
"""
if parser is None:
import argparse
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