mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 19:50:25 -07:00
Fix pycodestyle E117 issues.
This commit is contained in:
parent
7b8e814a10
commit
3e778d3f8f
40 changed files with 150 additions and 150 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue