Skip to content

Commit 6eadc8c

Browse files
committed
black
1 parent c3f1004 commit 6eadc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crytic_compile/platform/brownie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _get_version(compiler: Dict) -> str:
208208
version = compiler.get("version", "")
209209
if "Version:" in version:
210210
version = version.split("Version:")[1].strip()
211-
version = version[0 : version.find("+")] #TODO handle not "+" not found
211+
version = version[0 : version.find("+")] # TODO handle not "+" not found
212212
return version
213213

214214

0 commit comments

Comments
 (0)