Skip to content

Commit d895b07

Browse files
committed
Remove redundant and improperly located imports
Signed-off-by: Jared O'Connell <joconnel@redhat.com>
1 parent fa9c583 commit d895b07

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/unit/scheduler/test_strategies.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,6 @@ async def test_timing_with_rampup(self):
522522
523523
### WRITTEN BY AI ###
524524
"""
525-
import math
526-
527525
rate = 10.0
528526
rampup_duration = 2.0
529527
strategy = AsyncConstantStrategy(rate=rate, rampup_duration=rampup_duration)
@@ -612,8 +610,6 @@ async def test_timing_rampup_transition(self):
612610
613611
### WRITTEN BY AI ###
614612
"""
615-
import math
616-
617613
rate = 10.0
618614
rampup_duration = 2.0
619615
strategy = AsyncConstantStrategy(rate=rate, rampup_duration=rampup_duration)

0 commit comments

Comments
 (0)