Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Sep 17, 2023
1 parent 6290566 commit 3d7c1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytorch_ie/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from torch.utils.data import DataLoader
from transformers.utils import ModelOutput

from datasets import is_caching_enabled, disable_caching, enable_caching
from datasets import disable_caching, enable_caching, is_caching_enabled
from pytorch_ie.core.document import Document
from pytorch_ie.core.model import PyTorchIEModel
from pytorch_ie.core.taskmodule import (
Expand Down

0 comments on commit 3d7c1c0

Please sign in to comment.