We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af235da commit 8a3340cCopy full SHA for 8a3340c
python_fu_cartoonify.py
@@ -2,7 +2,7 @@
2
# -*- coding: utf-8 -*-
3
"""A set of GIMP plug-ins to turn a photo into a cartoon."""
4
5
-from gimpfu import pdb, register, main, PF_IMAGE, PF_DRAWABLE,\
+from gimpfu import pdb, register, main, PF_IMAGE, PF_DRAWABLE, \
6
PF_ADJUSTMENT # pylint: disable=import-error
7
8
0 commit comments