[UPD] script transform python to code: remove unused import GitTool
This commit is contained in:
parent
7dc80f653a
commit
24a15c57f5
1 changed files with 0 additions and 4 deletions
4
script/code_generator/transform_python_to_code_writer.py
Normal file → Executable file
4
script/code_generator/transform_python_to_code_writer.py
Normal file → Executable file
|
|
@ -7,8 +7,6 @@ import sys
|
||||||
|
|
||||||
from code_writer import CodeWriter
|
from code_writer import CodeWriter
|
||||||
|
|
||||||
from script.git.git_tool import GitTool
|
|
||||||
|
|
||||||
# import tokenize
|
# import tokenize
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -18,8 +16,6 @@ def get_config():
|
||||||
|
|
||||||
:return: dict of config file settings and command line arguments
|
:return: dict of config file settings and command line arguments
|
||||||
"""
|
"""
|
||||||
config = GitTool.get_project_config()
|
|
||||||
|
|
||||||
# TODO update description
|
# TODO update description
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue