mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
Autopep
This commit is contained in:
@@ -117,6 +117,7 @@ def _parse_extended_audio_channels(line, line_number):
|
||||
else:
|
||||
return StmtUnrecognized(line, line_number)
|
||||
|
||||
|
||||
def _parse_remark(line, line_number) -> object:
|
||||
if line.startswith("FROM CLIP NAME:"):
|
||||
return StmtClipName(name=line[15:].strip(), affect="from",
|
||||
|
||||
Reference in New Issue
Block a user