Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2024
1 parent 506f818 commit 044123b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_gettsim/functions/derived_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
if TYPE_CHECKING:
from collections.abc import Callable

Check warning on line 8 in src/_gettsim/functions/derived_function.py

View check run for this annotation

Codecov / codecov/patch

src/_gettsim/functions/derived_function.py#L7-L8

Added lines #L7 - L8 were not covered by tests


class DerivedFunction(PolicyFunction):

Check warning on line 11 in src/_gettsim/functions/derived_function.py

View check run for this annotation

Codecov / codecov/patch

src/_gettsim/functions/derived_function.py#L11

Added line #L11 was not covered by tests
"""
A function that is derived from other functions.
Expand Down

0 comments on commit 044123b

Please sign in to comment.