Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
awkrail committed Oct 21, 2024
1 parent eea74a1 commit 4a35ad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion firefly/base_encoder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import abc
import torch

from typing import Tuple
from typing import List

from firefly.frame_extractor.frame import VideoFrame, AudioFrame

class BaseVisionEncoder(metaclass=abc.ABCMeta):
@abc.abstractmethod
Expand Down
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ ignore_missing_imports = True
ignore_missing_imports = True

[mypy-msclap.*]
ignore_missing_imports = True

[mypy-timm.*]
ignore_missing_imports = True

0 comments on commit 4a35ad7

Please # to comment.