Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jun 16, 2023
1 parent 4d70129 commit 806bef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/codegen/ir_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def __repr__(self) -> str:
o = ""
if self.annotation:
o += f"/* {self.annotation} */ \n"
#if self.source_pos:
# if self.source_pos:
# o += f"/* POS {self.source_pos} */ "
if self.repr_show_gas and self.gas:
o += OKBLUE + "{" + ENDC + str(self.gas) + OKBLUE + "} " + ENDC # add gas for info.
Expand Down

0 comments on commit 806bef4

Please sign in to comment.