Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jun 15, 2022
1 parent ea1c868 commit 2aed972
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion auto_editor/edit.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from typing import List, Optional, Tuple, Type
from typing import List, Optional, Type

from auto_editor.ffwrapper import FFmpeg, FileInfo
from auto_editor.timeline import Timeline, make_timeline
Expand Down
2 changes: 1 addition & 1 deletion auto_editor/ffwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from subprocess import PIPE, Popen
from typing import List, Optional, Tuple

from auto_editor.utils.func import get_stdout, to_timecode
from auto_editor.utils.func import get_stdout
from auto_editor.utils.log import Log

IMG_CODECS = ("png", "mjpeg", "webp")
Expand Down
1 change: 0 additions & 1 deletion auto_editor/method.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import random
from dataclasses import asdict, dataclass, fields
from math import ceil
from typing import Any, Callable, Dict, Optional, Type, TypeVar, Union

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion auto_editor/preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from typing import List, Optional, Tuple

from auto_editor.method import get_media_duration
from auto_editor.objects import VideoObj
from auto_editor.timeline import Timeline
from auto_editor.utils.func import to_timecode
from auto_editor.utils.log import Log
Expand Down
1 change: 0 additions & 1 deletion auto_editor/vanparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
Sequence,
Set,
Tuple,
Type,
TypeVar,
Union,
)
Expand Down

0 comments on commit 2aed972

Please sign in to comment.