Skip to content

Commit

Permalink
STY #100 another round of black
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Aug 18, 2022
1 parent 5d17b64 commit 808d32b
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 @@ -153,7 +153,7 @@ def __str__(self):
return fmt % ", ".join(args)

def getNamedBlock(self, block_name, blocks):
""" docs needed """
"""docs needed"""
block = [b for b in blocks if b.symbol == block_name]
if len(block) > 0:
return block[0]
Expand Down

0 comments on commit 808d32b

Please sign in to comment.