mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix pycodestyle E117 issues.
This commit is contained in:
@@ -190,7 +190,7 @@ def shard_find(client, shard):
|
||||
else:
|
||||
s = shard
|
||||
for shard in client["config"].shards.find({"_id": s}):
|
||||
return shard
|
||||
return shard
|
||||
return False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user