Skip to content

Commit 93373c4

Browse files
cpcloudcursoragent
andcommitted
chore: style
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 80b7c48 commit 93373c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cuda_pathfinder/tests/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212

1313
def _log_filename():
14-
strictness = os.environ.get(
15-
"CUDA_PATHFINDER_TEST_LOAD_NVIDIA_DYNAMIC_LIB_STRICTNESS", "see_what_works"
16-
)
14+
strictness = os.environ.get("CUDA_PATHFINDER_TEST_LOAD_NVIDIA_DYNAMIC_LIB_STRICTNESS", "see_what_works")
1715
return f"pathfinder-test-info-summary-{strictness}.txt"
1816

1917

0 commit comments

Comments
 (0)