mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-07-02 04:10:59 +00:00
autopep
This commit is contained in:
+2
-2
@@ -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