Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Sep 2, 2024
1 parent 37fc082 commit 0f19d91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pillow_jxl/JpegXLImagePlugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from io import BytesIO
import warnings
from logging import getLogger
from io import BytesIO

import PIL
from packaging.version import parse
Expand All @@ -10,8 +9,6 @@

_VALID_JXL_MODES = {"RGB", "RGBA", "L", "LA"}

logger = getLogger(__name__)


def _accept(data):
return (
Expand Down

0 comments on commit 0f19d91

Please sign in to comment.