Skip to content

Commit a4b14be

Browse files
committed
Work around no unused ignores
1 parent 7e9c02b commit a4b14be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/util/compression_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
try:
3535
from isal import isal_zlib
3636
except ImportError:
37-
isal_zlib = None # type: ignore[assignment]
37+
isal_zlib = None # type: ignore[assignment,unused-ignore]
3838

3939

4040
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)