summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hircine/scraper/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hircine/scraper/utils.py b/src/hircine/scraper/utils.py
index 61c7d14..5a383a2 100644
--- a/src/hircine/scraper/utils.py
+++ b/src/hircine/scraper/utils.py
@@ -35,7 +35,7 @@ def parse_dict(parsers, data):
@contextmanager
-def open_archive_file(archive, member, check_sidecar=True): # pragma: no cover
+def open_archive_file(archive, member, check_sidecar=True):
"""
Open an archive file for use with the :ref:`with <with>` statement. Yields
a :term:`file object` obtained from: