Skip to content

Commit

Permalink
PEP8 double aggressive E701, E70 and E502
Browse files Browse the repository at this point in the history
  • Loading branch information
openvix-bot committed Aug 31, 2023
1 parent d4a6910 commit c130cd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class FCCSupport:
def __init__(self, session):
self.session = session

self.fccmgr = eFCCServiceManager.getInstance();
self.fccmgr = eFCCServiceManager.getInstance()

self.fccList = []

Expand Down

0 comments on commit c130cd4

Please sign in to comment.