Skip to content

Commit 9cb2fe5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e708d32 commit 9cb2fe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pytask_parallel/logging.py

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

33
from __future__ import annotations
44

src/pytask_parallel/typing.py

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

33
from pathlib import Path
44
from pathlib import PosixPath

0 commit comments

Comments
 (0)