Skip to content

Commit

Permalink
Add 'from __future__ import annotations' using Ruff/isort
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
hugovk and radarhere committed Dec 22, 2023
1 parent 43b2f61 commit 9f2d238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/JpegPresets.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
https://web.archive.org/web/20120328125543/http://www.jpegcameras.com/libjpeg/libjpeg-3.html
"""
from __future__ import annotations

# fmt: off
from __future__ import annotations

presets = {
'web_low': {'subsampling': 2, # "4:2:0"
Expand Down

0 comments on commit 9f2d238

Please sign in to comment.