Skip to content

Commit

Permalink
PEP8 double aggressive E225 ~ E228 and E231
Browse files Browse the repository at this point in the history
  • Loading branch information
openvix-bot committed Oct 5, 2023
1 parent bf63f31 commit 6a0b6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/ServiceEventTracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def infoBarClosed(infobar):
x(infobar)

def __init__(self, steal_current_service=False):
self.av_config = {} #add this here so to prevent crashes in plugins that doesnt inherit InfobarShowHide
self.av_config = {} # add this here so to prevent crashes in plugins that doesnt inherit InfobarShowHide
if steal_current_service:
ServiceEventTracker.setActiveInfoBar(self, None, None)
else:
Expand Down

0 comments on commit 6a0b6e4

Please sign in to comment.