Skip to content

Commit 3b74b91

Browse files
committed
update
1 parent 6a0e379 commit 3b74b91

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pytorch_ie/model.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from typing import Any
22

33
import torch
4-
from pie_core import Model
5-
from pie_core.auto import Auto
4+
from pie_core import Auto, Model
65
from pytorch_lightning import LightningModule
76

87

0 commit comments

Comments
 (0)