Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e0190ac

Browse files
committedMar 28, 2024·
style: pre-commit fixes
1 parent c455a65 commit e0190ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎noxfile.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import nox
88

9-
109
nox.options.sessions = ["lint", "tests"]
1110

1211

‎tests/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def count_storage(request):
7272
def count_single_storage(request):
7373
return request.param
7474

75+
7576
def pytest_report_header() -> str:
7677
if sys.version_info < (3, 8):
7778
import importlib_metadata as metadata

0 commit comments

Comments
 (0)
Please sign in to comment.