Skip to content

Commit 818ac36

Browse files
committed
fix mypy
1 parent 1415718 commit 818ac36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/capture_db_queries/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
__all__ = ('CaptureQueries', 'capture_queries', 'ExtCaptureQueriesContext')
3636

3737

38-
def _detect_pytest_xdist():
38+
def _detect_pytest_xdist() -> None:
3939
try:
4040
is_pytest = sys.argv[0].endswith('pytest')
4141
except IndexError:

0 commit comments

Comments
 (0)