Skip to content

Commit 40e8acd

Browse files
committed
pep8 fix
1 parent 9add2d7 commit 40e8acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivy/uix/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def _load_source(self, *args):
355355
self._coreimage = image = Loader.image(source,
356356
nocache=self.nocache, mipmap=self.mipmap,
357357
anim_delay=self.anim_delay)
358-
358+
359359
image.bind(on_load=self._on_source_load)
360360
image.bind(on_texture=self._on_tex_change)
361361
self.texture = image.texture

0 commit comments

Comments
 (0)