We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb4973 commit 240e4a7Copy full SHA for 240e4a7
src/pillow_avif/__init__.py
@@ -1,5 +1,4 @@
1
from . import AvifImagePlugin
2
3
-
4
__all__ = ["AvifImagePlugin"]
5
__version__ = "1.5.2"
tests/helper.py
@@ -14,7 +14,6 @@
14
15
from PIL import Image, ImageMath
16
17
18
logger = logging.getLogger(__name__)
19
CURR_DIR = os.path.dirname(os.path.dirname(__file__))
20
0 commit comments