mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-06 06:03:14 +03:00
Add 'from __future__ import annotations' using Ruff/isort
This commit is contained in:
parent
43b2f61e79
commit
64ddace6c4
|
@ -62,10 +62,9 @@ Libjpeg ref.:
|
||||||
https://web.archive.org/web/20120328125543/http://www.jpegcameras.com/libjpeg/libjpeg-3.html
|
https://web.archive.org/web/20120328125543/http://www.jpegcameras.com/libjpeg/libjpeg-3.html
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# fmt: off
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
# fmt: off
|
||||||
presets = {
|
presets = {
|
||||||
'web_low': {'subsampling': 2, # "4:2:0"
|
'web_low': {'subsampling': 2, # "4:2:0"
|
||||||
'quantization': [
|
'quantization': [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user