Skip to content

Commit

Permalink
'Import ImageChops' -> 'from PIL import ImageChops'
Browse files Browse the repository at this point in the history
Fixs the same bug as previous commit which went unnoticed.
  • Loading branch information
Tokarak committed Jun 3, 2022
1 parent 21c99b4 commit 8e76e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin_managers/plugin/image_invert.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import config
from PIL import Image
import ImageChops
from PIL import ImageChops
import StringIO
from base import Base

Expand Down

0 comments on commit 8e76e10

Please sign in to comment.