Cleanup: Python script formatting

- Double quotes for strings.
- Trailing commas when wrapped lines.
This commit is contained in:
Campbell Barton
2024-06-06 11:26:28 +10:00
parent 1d894aa1a7
commit 949dfbfaa8
22 changed files with 57 additions and 54 deletions

View File

@@ -564,7 +564,7 @@ def smpte_from_seconds(time, *, fps=None, fps_base=None):
return smpte_from_frame(
time_to_frame(time, fps=fps, fps_base=fps_base),
fps=fps,
fps_base=fps_base
fps_base=fps_base,
)