Skip to content

Commit

Permalink
blacked file and add noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
boulch committed May 20, 2021
1 parent aabc3f9 commit e28476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imio/directory/core/contents/contact/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ def images(self):
rows = []
for i in range(0, len(images)):
if i % self.GALLERY_IMAGES_NUMBER == 0:
rows.append(images[i:i + self.GALLERY_IMAGES_NUMBER])
rows.append(images[i : i + self.GALLERY_IMAGES_NUMBER]) # NOQA
return rows

0 comments on commit e28476d

Please sign in to comment.