Run black
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import os
|
||||
import pathlib
|
||||
|
||||
import sys
|
||||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
DESCRIPTION = (
|
||||
|
@ -13,6 +13,7 @@ class Resolution:
|
||||
height: Height of video.
|
||||
width: Width of video.
|
||||
"""
|
||||
|
||||
height: int
|
||||
width: int
|
||||
|
||||
|
@ -18,6 +18,7 @@ class VideoFile:
|
||||
filename: The filename of the video file.
|
||||
location: The location of the video file.
|
||||
"""
|
||||
|
||||
filename: str
|
||||
location: str
|
||||
|
||||
|
Reference in New Issue
Block a user