Skip to content

Commit f2ef7cf

Browse files
style fixes
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 0c5c514 commit f2ef7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llmcompressor/modeling/test_fuse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22
import torch
33

4-
from llmcompressor.modeling.fuse import normalize_embedding, fuse_norm_linears
4+
from llmcompressor.modeling.fuse import fuse_norm_linears, normalize_embedding
55

66

77
@pytest.mark.unit

0 commit comments

Comments
 (0)