Skip to content

Commit 4a0748f

Browse files
committed
Acquiesce flake8 by removing unused local
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent 81e6cc6 commit 4a0748f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tests/iaas/scs_0101_entropy/entropy_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ def _convert_to_collected(lines, marker=MARKER):
349349
# HOWEVER, concurrent processes can easily disturb this pattern, so we use a
350350
# unique prefix on each line ourselves.
351351
section = None
352-
indent = 0
353352
collected = {}
354353
for line in lines:
355354
idx = line.find(marker)

0 commit comments

Comments
 (0)