Skip to content

Commit

Permalink
Fixes linting errors reg. commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Jul 30, 2024
1 parent 6f04b3c commit e456678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/fetch-corpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ class Archive(NamedTuple):
# TODO use this again, when merged:
# https://github.com/faustedition/faust-xml/pull/726
# mixed bag of XML encodings, .svg are ignored though
# url="https://github.com/faustedition/faust-xml/archive/master.tar.gz",
# archive_documents_root="faust-xml-master/xml/",
# url="https://github.com/faustedition/faust-xml/archive/master.tar.gz", # noqa: E501,E800
# archive_documents_root="faust-xml-master/xml/", # noqa: E800
target_directory="faust-edition",
),
Archive(
Expand Down

0 comments on commit e456678

Please sign in to comment.