Skip to content

Commit 9d88aef

Browse files
committed
GH-3632: black formatting
1 parent 4e025a8 commit 9d88aef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flair/models/multitask_model.py

-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ def predict(
107107
for sentence in sentences:
108108
sentence.clear_embeddings()
109109

110-
111-
112-
113110
@staticmethod
114111
def split_batch_to_task_ids(
115112
sentences: Union[list[Sentence], Sentence], all_tasks: bool = False

0 commit comments

Comments
 (0)