Skip to content

Commit ad9bf30

Browse files
authored
fixed lint
1 parent 1bc8da8 commit ad9bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crytic_compile/platform/etherscan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def _convert_version(version: str) -> str:
476476
"""
477477
if "+" in version:
478478
return version[1 : version.find("+")]
479-
return version[1 : ]
479+
return version[1:]
480480

481481

482482
def _sanitize_remappings(

0 commit comments

Comments
 (0)