Skip to content

Commit 087a055

Browse files
committed
format
1 parent 808a8c7 commit 087a055

3 files changed

Lines changed: 2790 additions & 3 deletions

File tree

mlx_embeddings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
os.environ.setdefault("TRANSFORMERS_NO_ADVISORY_WARNINGS", "1")
99

10-
from .version import __version__
1110
from .convert import convert
1211
from .utils import generate, load
12+
from .version import __version__

mlx_embeddings/tests/test_versioning.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
from pathlib import Path
21
import tomllib
3-
2+
from pathlib import Path
43

54
ROOT = Path(__file__).resolve().parents[2]
65

0 commit comments

Comments
 (0)