mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 03:21:44 +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):
|
||||
warnings.warn(
|
||||
"convert_dict_qtables is deprecated and will be removed in a future"
|
||||
" release. Conversion is no longer needed.",
|
||||
"convert_dict_qtables is deprecated and will be removed in Pillow 10"
|
||||
"(2023-01-02). Conversion is no longer needed.",
|
||||
DeprecationWarning,
|
||||
)
|
||||
return qtables
|
||||
|
|
Loading…
Reference in New Issue
Block a user