Skip to content

Commit ce48cd8

Browse files
committed
delete Video
1 parent a11a7ed commit ce48cd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swanlab/data/modules/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
from .audio import Audio
33
from .image import Image
44
from .text import Text
5-
from .video import Video
5+
6+
# from .video import Video
67
from typing import Protocol, Union
78

89

910
class FloatConvertible(Protocol):
10-
def __float__(self) -> float:
11-
...
11+
def __float__(self) -> float: ...
1212

1313

1414
DataType = Union[float, FloatConvertible, int, BaseType]

0 commit comments

Comments
 (0)