python scripts: isort & black pass
This commit is contained in:
parent
58b4fbcdf0
commit
ca4c74e236
18 changed files with 47 additions and 42 deletions
|
@ -8,8 +8,8 @@
|
|||
# Example: videoQuota 20971520 source.mov dest.mp4
|
||||
# To make a ~20 MiB MP4 of a MOV video
|
||||
|
||||
import sys
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
|
||||
def duration_file(path: str) -> float:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue