Skip to content

Commit f11a716

Browse files
committed
black formatting
1 parent bd30506 commit f11a716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flair/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@ def _reapply_annotations(self, annotation_data: dict[str, Any]) -> None:
20592059
end_char = span_info["end_char"]
20602060

20612061
target_tokens: list[Token] = []
2062-
if self._tokens is not None:
2062+
if self._tokens is not None:
20632063
for token in self._tokens:
20642064
# FIX: Make token positions relative to sentence for comparison
20652065
token_start_in_sentence = token.start_position - self.start_position

0 commit comments

Comments
 (0)