Skip to content

Commit 3d75133

Browse files
committed
formatting
1 parent 8dd4fbf commit 3d75133

File tree

1 file changed

+1
-1
lines changed
  • src/datamaestro_text/interfaces

1 file changed

+1
-1
lines changed

src/datamaestro_text/interfaces/trec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def parse_query_format(file, xml_prefix=None) -> Iterator[TopicRecord]:
8686
num = line[len("<num>") :].replace("Number:", "").strip()
8787
reading = None
8888
elif line.startswith(f"<{xml_prefix}title>"):
89-
title = line[len(f"<{xml_prefix}title>") : ].strip()
89+
title = line[len(f"<{xml_prefix}title>") :].strip()
9090
if title == "":
9191
reading = "title"
9292
else:

0 commit comments

Comments
 (0)