mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 19:36:38 +03:00
Added specific removal details
This commit is contained in:
parent
a1d8d638bf
commit
70c7514a4a
|
@ -586,8 +586,8 @@ samplings = {
|
||||||
|
|
||||||
def convert_dict_qtables(qtables):
|
def convert_dict_qtables(qtables):
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
"convert_dict_qtables is deprecated and will be removed in a future"
|
"convert_dict_qtables is deprecated and will be removed in Pillow 10"
|
||||||
" release. Conversion is no longer needed.",
|
"(2023-01-02). Conversion is no longer needed.",
|
||||||
DeprecationWarning,
|
DeprecationWarning,
|
||||||
)
|
)
|
||||||
return qtables
|
return qtables
|
||||||
|
|
Loading…
Reference in New Issue
Block a user