Skip to content

Commit bbe6c96

Browse files
author
renaud gaudin
committed
Codefactor fix
Removed FIXME comment as we have a dedicated ticket in #121 Set the isort profile in setup.cfg for auto configuration
1 parent 2a76f76 commit bbe6c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libzim/libzim.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,8 +887,6 @@ cdef class Archive:
887887

888888
def get_illustration_sizes(self) -> Set[pyint]:
889889
"""Sizes for which an illustration is available (@1 scale only)"""
890-
# FIXME: using static shortcut instead of libzim's
891-
# cdef set[unsigned int] sizes = self.c_archive.getIllustrationSizes()
892890
return {48}
893891

894892
def has_illustration(self, size: pyint = None) -> pybool:

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ setup_requires =
4444
test_requires =
4545
pytest
4646

47+
[isort]
48+
profile = black

0 commit comments

Comments
 (0)