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 7161d20

Browse files
committedMar 9, 2025·
Fix.
1 parent a6d5046 commit 7161d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/pytask_parallel/logging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Contains code relevant to logging."""
1+
"""Contains code relevant to logging.""" # noqa: A005
22

33
from __future__ import annotations
44

‎src/pytask_parallel/typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Contains functions related to typing."""
1+
"""Contains functions related to typing.""" # noqa: A005
22

33
from pathlib import Path
44
from pathlib import PosixPath

0 commit comments

Comments
 (0)
Please sign in to comment.