Skip to content

Commit

Permalink
chore: Refactor import statements for datasets, readers, and models
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBG0 committed May 19, 2024
1 parent 53d5c4b commit 9445b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/nets/test_wisenet.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import torch

from minerva.models.nets.wisenet import WiseNet
from minerva.models.nets import WiseNet


def test_wisenet_loss():
Expand Down

0 comments on commit 9445b39

Please sign in to comment.