We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabc3f9 commit e28476dCopy full SHA for e28476d
src/imio/directory/core/contents/contact/view.py
@@ -24,5 +24,5 @@ def images(self):
24
rows = []
25
for i in range(0, len(images)):
26
if i % self.GALLERY_IMAGES_NUMBER == 0:
27
- rows.append(images[i:i + self.GALLERY_IMAGES_NUMBER])
+ rows.append(images[i : i + self.GALLERY_IMAGES_NUMBER]) # NOQA
28
return rows
0 commit comments