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 Jan 10, 2024
1 parent 0b52f6a commit d612ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/SystemInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get(self, item, default=None):

def __prohibited(self, *args, **kws):
print("[SystemInfo] operation not permitted")

clear = __prohibited
update = __prohibited
setdefault = __prohibited
Expand Down

0 comments on commit d612ff9

Please sign in to comment.