Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
myui committed Feb 3, 2025
1 parent ecd6d75 commit 712b80f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtrec/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from abc import ABC, abstractmethod
from typing import Any, List, Optional, Tuple, Iterable, Self
from scipy.sparse import csc_matrix

from rtrec.utils.features import FeatureStore
from rtrec.utils.identifiers import Identifier
Expand Down

0 comments on commit 712b80f

Please sign in to comment.