Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Dec 11, 2023
1 parent 8f670b9 commit 4efc78d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pie_modules/taskmodules/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from .pointer_network_taskmodule import PointerNetworkTaskModule
from .pointer_network_for_joint_taskmodule import PointerNetworkForJointTaskModule
from .extractive_question_answering import ExtractiveQuestionAnsweringTaskModule
from .pointer_network_taskmodule import PointerNetworkTaskModule
from .re_text_classification_with_indices import (
RETextClassificationWithIndicesTaskModule,
)
Expand Down

0 comments on commit 4efc78d

Please sign in to comment.