Skip to content

Commit d0db36b

Browse files
ruff check
1 parent d949253 commit d0db36b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/runtime/test_environment_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class TestEnvironmentUtils(unittest.TestCase):
2020
"""Test cases for environment utility functions.
21-
21+
2222
Tests: Constants validation, observability scope retrieval, and environment detection logic.
2323
"""
2424

tests/runtime/test_version_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class TestVersionUtils(unittest.TestCase):
1414
"""Test cases for version utility functions.
15-
15+
1616
Tests: Default version behavior, environment variable usage, and deprecation warning.
1717
"""
1818

0 commit comments

Comments
 (0)