Skip to content

Commit

Permalink
Work around no unused ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 23, 2024
1 parent 7e9c02b commit a4b14be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/util/compression_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
try:
from isal import isal_zlib
except ImportError:
isal_zlib = None # type: ignore[assignment]
isal_zlib = None # type: ignore[assignment,unused-ignore]


log = logging.getLogger(__name__)
Expand Down

0 comments on commit a4b14be

Please sign in to comment.