We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a76f76 commit bbe6c96Copy full SHA for bbe6c96
libzim/libzim.pyx
@@ -887,8 +887,6 @@ cdef class Archive:
887
888
def get_illustration_sizes(self) -> Set[pyint]:
889
"""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()
892
return {48}
893
894
def has_illustration(self, size: pyint = None) -> pybool:
setup.cfg
@@ -44,3 +44,5 @@ setup_requires =
44
test_requires =
45
pytest
46
47
+[isort]
48
+profile = black
0 commit comments