Skip to content

Commit 7240eca

Browse files
committed
Remove unnecessary sleep
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent d902115 commit 7240eca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/timeseries/_ev_charger_pool/test_ev_charger_pool_control_methods.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ async def _init_ev_chargers(self, mocks: _Mocks) -> None:
163163
0.05,
164164
)
165165

166-
await asyncio.sleep(1)
167-
168166
def _assert_report( # pylint: disable=too-many-arguments
169167
self,
170168
report: EVChargerPoolReport,

0 commit comments

Comments
 (0)