Skip to content

Commit

Permalink
Add reference to the issue in the docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 19, 2024
1 parent cee77e8 commit 0f8aa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importlib_resources/future/adapters.py
Expand Up @@ -42,7 +42,7 @@ def wrapper(*args, **kwargs):

def _skip_degenerate(reader):
"""
Mask any degenerate reader.
Mask any degenerate reader. Ref #298.
"""
is_degenerate = (
isinstance(reader, _adapters.CompatibilityFiles) and not reader._reader
Expand Down

0 comments on commit 0f8aa5f

Please sign in to comment.