Skip to content

Commit

Permalink
dubugged import
Browse files Browse the repository at this point in the history
  • Loading branch information
JKlueber committed Apr 10, 2024
1 parent 2da7caa commit a7af589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive_query_log/cli/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def warc_direct_answers_add(
url_xpath: str | None,
text_xpath: str | None,
) -> None:
from archive_query_log.parsers.warc_snippets import \
from archive_query_log.parsers.warc_direct_answers import \
add_warc_direct_answers_parser
parser_type_strict: WarcDirectAnswersParserType
if parser_type == "xpath":
Expand Down

0 comments on commit a7af589

Please sign in to comment.