Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrieco-tob authored Feb 7, 2024
1 parent 1bc8da8 commit ad9bf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crytic_compile/platform/etherscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def _convert_version(version: str) -> str:
"""
if "+" in version:
return version[1 : version.find("+")]
return version[1 : ]
return version[1:]


def _sanitize_remappings(
Expand Down

0 comments on commit ad9bf30

Please sign in to comment.