Skip to content

Commit

Permalink
PEP8 double aggressive W291 ~ W293 and W391
Browse files Browse the repository at this point in the history
  • Loading branch information
openvix-bot committed Dec 31, 2023
1 parent eb0d52f commit 393d1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Tools/Profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# if fileExists(f := pathjoin(resolveFilename(SCOPE_LIBDIR), "enigma.info")):
# return (m := [x.split("=")[1].strip() for x in open(f).readlines() if x.startswith("machinebuild=")]) and m[0] or None


# MODEL = getModel()


Expand Down

0 comments on commit 393d1f1

Please sign in to comment.