Skip to content

Commit

Permalink
Correct incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Aug 15, 2024
1 parent 36ee270 commit f90edf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qusi/internal/infinite_datasets_test_session.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from torch.nn import Module
from torch.types import Device
from torch.utils.data import DataLoader
from wandb.wandb_torch import torch
import torch

from qusi.internal.light_curve_dataset import LightCurveDataset

Expand Down

0 comments on commit f90edf3

Please sign in to comment.