Skip to content

Commit a90b3a7

Browse files
committed
Fixing auto formatting
1 parent 19f2a07 commit a90b3a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/cli/infer/test_arena_corner.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@ def test_arena_corner_frame_options(self, mock_infer, num_frames, frame_interval
255255
def test_arena_corner_help_text(self):
256256
"""Test that the command has proper help text."""
257257
# Arrange & Act
258-
result = self.runner.invoke(app, ["arena-corner", "--help"], env={"NO_COLOR": "1"})
258+
result = self.runner.invoke(
259+
app, ["arena-corner", "--help"], env={"NO_COLOR": "1"}
260+
)
259261

260262
# Assert
261263
assert result.exit_code == 0

0 commit comments

Comments
 (0)