Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Dec 3, 2023
1 parent 41be39d commit 9ad7bec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions auto_editor/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ def pixeldiff(self, s: int) -> NDArray[np.uint64]:
for frame in container.decode(stream):
prev_image = image

assert frame.time is not None
index = int(frame.time * self.tb)
self.bar.tick(index)

Expand Down
2 changes: 0 additions & 2 deletions auto_editor/formats/fcp7.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
from .utils import Validator, make_tracks_dir, show

if TYPE_CHECKING:
pass

from auto_editor.utils.log import Log

"""
Expand Down

0 comments on commit 9ad7bec

Please sign in to comment.