Skip to content

Commit e9825b3

Browse files
committed
Formatting
Signed-off-by: Scott Thornton <[email protected]>
1 parent 60e703d commit e9825b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/qec/python/tests/test_trt_decoder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,7 @@ def test_validate_parameters_no_paths_provided(self):
490490
# Decoder is created but logs a warning - it won't be usable for inference
491491
# Create the TRT decoder
492492
try:
493-
decoder = qec.get_decoder('trt_decoder',
494-
self.H)
493+
decoder = qec.get_decoder('trt_decoder', self.H)
495494
# If decoder is None or doesn't initialize properly, skip these tests
496495
if decoder is None:
497496
pytest.skip(
@@ -500,6 +499,7 @@ def test_validate_parameters_no_paths_provided(self):
500499
pytest.skip(
501500
f"Failed to create TRT decoder (GPU may be unavailable): {e}")
502501

502+
503503
class TestTRTDecoderFileOperations(TestTRTDecoderSetup):
504504
"""Tests for TRT decoder file loading operations."""
505505

0 commit comments

Comments
 (0)