Skip to content

Commit

Permalink
[INFRA] LGTM recommendation: Unused import
Browse files Browse the repository at this point in the history
Import of 'macros' is not used.
  • Loading branch information
DimitriPapadopoulos committed Aug 23, 2021
1 parent e511bc0 commit bb6065a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_build_src/process_markdowns.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import numpy as np

sys.path.append("../tools/")
from schemacode import macros
from schemacode import macros # noqa (used in "eval" call later on)


def run_shell_cmd(command):
Expand Down

0 comments on commit bb6065a

Please sign in to comment.