Skip to content

Commit

Permalink
Update circuit_maintenance_parser/parser.py
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Matthews <[email protected]>
  • Loading branch information
chadell and glennmatthews authored Nov 20, 2023
1 parent 8510326 commit 249ee16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit_maintenance_parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_data_types(cls) -> List[str]:

@classmethod
def get_name(cls) -> str:
"""Return the parse name."""
"""Return the parser name."""
return cls.__name__

def parser_hook(self, raw: bytes, content_type: str) -> List[Dict]:
Expand Down

0 comments on commit 249ee16

Please sign in to comment.