mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-01 17:30:55 +00:00
autopep
This commit is contained in:
@@ -65,9 +65,9 @@ class EditList:
|
|||||||
@property
|
@property
|
||||||
def unrecognized_statements(self) -> Generator[Any, None, None]:
|
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.
|
corrupt remarks in the list.
|
||||||
:yields: either a :class:`StmtUnrecognized` or
|
:yields: either a :class:`StmtUnrecognized` or
|
||||||
:class:`StmtCorruptRemark`
|
:class:`StmtCorruptRemark`
|
||||||
"""
|
"""
|
||||||
for s in self.event_statements:
|
for s in self.event_statements:
|
||||||
|
|||||||
Reference in New Issue
Block a user