Skip to content

Commit 8c6c0be

Browse files
committed
This mutation of the control variable is intended
1 parent dfc29db commit 8c6c0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vdirsyncer/cli/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async def repair_collection(
115115
if collection is not None:
116116
cli_logger.info("Discovering collections (skipping cache).")
117117
cls, config = storage_class_from_config(config)
118-
async for config in cls.discover(**config):
118+
async for config in cls.discover(**config): # noqa E902
119119
if config["collection"] == collection:
120120
break
121121
else:

0 commit comments

Comments
 (0)