Skip to content

Commit 8a3340c

Browse files
authored
Add whitespace to resolve linting issue
1 parent af235da commit 8a3340c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_fu_cartoonify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
"""A set of GIMP plug-ins to turn a photo into a cartoon."""
44

5-
from gimpfu import pdb, register, main, PF_IMAGE, PF_DRAWABLE,\
5+
from gimpfu import pdb, register, main, PF_IMAGE, PF_DRAWABLE, \
66
PF_ADJUSTMENT # pylint: disable=import-error
77

88

0 commit comments

Comments
 (0)