Skip to content

Commit

Permalink
CI #62 flake8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 23, 2021
1 parent 4782e95 commit bc783de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adl2pydm/adl_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def __init__(self, line, main, symbol):
self.symbol = symbol

def parseAdlBuffer(self, buf): # lgtm [py/similar-function]
# assignments, blocks =
# assignments, blocks =
MedmBaseWidget.parseAdlBuffer(
self, buf
)
Expand Down

0 comments on commit bc783de

Please sign in to comment.