Skip to content

Commit 8061515

Browse files
committed
Formatting
1 parent e3e6fd5 commit 8061515

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/software/ai/hl/stp/play/free_kick/free_kick_play_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
from proto.ssl_gc_common_pb2 import Team
88

99
from proto.message_translation.tbots_protobuf import create_world_state
10-
from software.simulated_tests.pytest_validations.friendly_team_scored import (
11-
FriendlyTeamEventuallyScored,
12-
)
1310
from software.simulated_tests.simulated_test_fixture import (
1411
pytest_main,
1512
)

src/software/ai/hl/stp/tactic/crease_defender/crease_defender_tactic_test.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
BallIsAlwaysOnGround,
1313
BallIsEventuallyOffGround,
1414
)
15-
from software.simulated_tests.pytest_validations.ball_speed_threshold import (
16-
BallSpeedAlwaysBelowThreshold,
17-
)
18-
from software.simulated_tests.pytest_validations.delay_validation import DelayValidation
1915
from software.simulated_tests.pytest_validations.excessive_dribbling import (
2016
NeverExcessivelyDribbles,
2117
)
@@ -27,7 +23,6 @@
2723
pytest_main,
2824
)
2925
from software.simulated_tests.ball_is_off_ground import *
30-
from proto.message_translation.tbots_protobuf import create_world_state
3126

3227

3328
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)