Skip to content

Commit e28476d

Browse files
committed
blacked file and add noqa
noqa issue : PyCQA/pycodestyle#373
1 parent aabc3f9 commit e28476d

File tree

1 file changed

+1
-1
lines changed
  • src/imio/directory/core/contents/contact

1 file changed

+1
-1
lines changed

src/imio/directory/core/contents/contact/view.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ def images(self):
2424
rows = []
2525
for i in range(0, len(images)):
2626
if i % self.GALLERY_IMAGES_NUMBER == 0:
27-
rows.append(images[i:i + self.GALLERY_IMAGES_NUMBER])
27+
rows.append(images[i : i + self.GALLERY_IMAGES_NUMBER]) # NOQA
2828
return rows

0 commit comments

Comments
 (0)