Skip to content

Commit

Permalink
reordered imports
Browse files Browse the repository at this point in the history
  • Loading branch information
feldlime committed Dec 2, 2024
1 parent 5af9c65 commit 13e8680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_serialization.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys
import typing as tp
from tempfile import NamedTemporaryFile

Expand All @@ -10,7 +11,6 @@
except ImportError:
LightFM = object # it's ok in case we're skipping the tests

import sys

from rectools.models import (
ImplicitALSWrapperModel,
Expand Down

0 comments on commit 13e8680

Please sign in to comment.