mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-17 18:54:46 +03:00
Missing trailing comma merged two elements
This commit is contained in:
parent
de4313f00b
commit
faac38c4f8
|
@ -57,7 +57,8 @@ _plugins = [
|
||||||
'WmfImagePlugin',
|
'WmfImagePlugin',
|
||||||
'XbmImagePlugin',
|
'XbmImagePlugin',
|
||||||
'XpmImagePlugin',
|
'XpmImagePlugin',
|
||||||
'XVThumbImagePlugin'
|
'XVThumbImagePlugin',
|
||||||
|
|
||||||
#no _accept function
|
#no _accept function
|
||||||
'ImImagePlugin',
|
'ImImagePlugin',
|
||||||
'ImtImagePlugin',
|
'ImtImagePlugin',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user