Skip to content

Commit

Permalink
fixed minor import error
Browse files Browse the repository at this point in the history
  • Loading branch information
kmheckel committed Feb 8, 2024
1 parent 94c4c11 commit 146dc35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spyx/loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import torchvision as tv
from torch.utils.data import DataLoader, Subset
from sklearn.model_selection import train_test_split

from .data import rate_code
except ImportError:
optional_dependencies_installed = False

Expand Down

0 comments on commit 146dc35

Please sign in to comment.