fix linting

This commit is contained in:
Robert Kaussow 2020-03-09 01:07:18 +01:00
parent 1561264542
commit 221ff321e0
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ class GarbageCollector:
def cleanup_volumes(self):
"""Identify old volumes and remove them."""
dangling_volumes = self._get_dangling_volumes()
for volume in reversed(dangling_volumes):