Skip to content

Commit 137b5be

Browse files
committed
sty(reports): remove unused variable making codacy complain [skip ci]
1 parent 61a1784 commit 137b5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/viz/reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def index(self, config):
275275
title = 'Reports for: %s.' % ', '.join(
276276
['%s <span class="bids-entity">%s</span>' % (entities[i], c[i])
277277
for i in range(len(c))])
278-
for cfg_i, cfg in enumerate(subrep_cfg['reportlets']):
278+
for cfg in subrep_cfg['reportlets']:
279279
cfg['bids'].update({entities[i]: c[i] for i in range(len(c))})
280280
rlet = Reportlet(self.layout, self.out_dir, config=cfg)
281281
if not rlet.is_empty():

0 commit comments

Comments
 (0)