Skip to content

Commit 240e4a7

Browse files
committed
black format
1 parent ebb4973 commit 240e4a7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/pillow_avif/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from . import AvifImagePlugin
22

3-
43
__all__ = ["AvifImagePlugin"]
54
__version__ = "1.5.2"

tests/helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
from PIL import Image, ImageMath
1616

17-
1817
logger = logging.getLogger(__name__)
1918
CURR_DIR = os.path.dirname(os.path.dirname(__file__))
2019

0 commit comments

Comments
 (0)