Skip to content

Commit e83b6f5

Browse files
committed
chore: lints
1 parent dad96a5 commit e83b6f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_pathfinder/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _info_summary_handler(request):
3333

3434

3535
@pytest.fixture
36-
def info_log(request, _info_summary_handler): # noqa: ARG001
36+
def info_log(request, _info_summary_handler):
3737
return logging.LoggerAdapter(
3838
logging.getLogger(_LOGGER_NAME),
3939
extra={"test_node": request.node.name},

0 commit comments

Comments
 (0)