Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jun 16, 2023
1 parent 0e06cc4 commit 0277126
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/safeds/data/image/containers/_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
from typing import Any, BinaryIO

import PIL
from PIL import ImageFilter
from PIL import ImageEnhance
from PIL import ImageFilter, ImageOps
from PIL import ImageEnhance, ImageFilter
from PIL import ImageEnhance, ImageFilter, ImageOps
from PIL.Image import Image as PillowImage
from PIL.Image import open as open_image

Expand Down

0 comments on commit 0277126

Please sign in to comment.