mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
autopep
This commit is contained in:
@@ -65,9 +65,9 @@ class EditList:
|
||||
@property
|
||||
def unrecognized_statements(self) -> Generator[Any, None, None]:
|
||||
"""
|
||||
A generator for all the unrecognized statements and
|
||||
A generator for all the unrecognized statements and
|
||||
corrupt remarks in the list.
|
||||
:yields: either a :class:`StmtUnrecognized` or
|
||||
:yields: either a :class:`StmtUnrecognized` or
|
||||
:class:`StmtCorruptRemark`
|
||||
"""
|
||||
for s in self.event_statements:
|
||||
|
||||
Reference in New Issue
Block a user