mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
PEP 8 W291 whitespace cleanup.
This commit is contained in:
parent
95789f3949
commit
d913f69ba1
166 changed files with 493 additions and 565 deletions
|
@ -311,7 +311,7 @@ class TestStrategyBase(unittest.TestCase):
|
|||
strategy_base._blocked_hosts = dict()
|
||||
|
||||
def _has_dead_workers():
|
||||
return False
|
||||
return False
|
||||
|
||||
strategy_base._tqm.has_dead_workers.side_effect = _has_dead_workers
|
||||
results = strategy_base._wait_on_pending_results(iterator=mock_iterator)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue