Skip to content

Commit

Permalink
import Document from pytorch_ie.core.document
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Sep 14, 2023
1 parent adfccdc commit 4040808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytorch_ie/utils/hydra.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# taken from hydra/_internal/instantiate/_instantiate2.py
from typing import Any, Callable, Optional, Type, Union

from pytorch_ie.core import Document
from pytorch_ie.core.document import Document


class HydraException(Exception):
Expand Down

0 comments on commit 4040808

Please sign in to comment.