Skip to content

Commit

Permalink
Have lgtm ignore SExp unused import in util/clvm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Sep 14, 2020
1 parent a5b9f80 commit 75e9dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/clvm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from clvm import run_program as default_run_program, KEYWORD_TO_ATOM # noqa
from clvm import run_program as default_run_program, SExp, KEYWORD_TO_ATOM # lgtm[py/unused-import] # noqa
from clvm.operators import OPERATOR_LOOKUP # noqa
from clvm.EvalError import EvalError # noqa
from clvm.casts import int_from_bytes, int_to_bytes # noqa
Expand Down

0 comments on commit 75e9dcc

Please sign in to comment.