Skip to content

Commit 4853827

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

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.""" # noqa: A005
1+
"""Contains code relevant to logging."""
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.""" # noqa: A005
1+
"""Contains functions related to typing."""
22

33
from pathlib import Path
44
from pathlib import PosixPath

0 commit comments

Comments
 (0)