Skip to content

Commit 49941ea

Browse files
committed
Formatting
Signed-off-by: Staszek Pasko <[email protected]>
1 parent 7f08435 commit 49941ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/v1/test_serial_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def test_multimodal_kwargs():
121121

122122

123123
def test_multimodal_items_by_modality():
124-
e1 = MultiModalFieldElem("audio", "a0", torch.zeros(1000,
125-
dtype=torch.bfloat16),
124+
e1 = MultiModalFieldElem("audio", "a0",
125+
torch.zeros(1000, dtype=torch.bfloat16),
126126
MultiModalBatchedField())
127127
e2 = MultiModalFieldElem(
128128
"video",

0 commit comments

Comments
 (0)