Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ourownstory committed Sep 4, 2024
1 parent 76521e2 commit fcbdd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralprophet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import torch
from lightning_fabric.utilities.seed import seed_everything

from neuralprophet import configure_components, utils_torch
from neuralprophet import utils_torch

if TYPE_CHECKING:
from neuralprophet import configure_components
Expand Down

0 comments on commit fcbdd9c

Please sign in to comment.