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 3, 2024
1 parent f42d521 commit c2e2923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_znfields.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test_example1_with_update():
assert example.parameter == "parameter:1"
example.parameter = 2
assert example.parameter == "parameter:2"



@dataclasses.dataclass
Expand Down
1 change: 1 addition & 0 deletions znfields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
class _ZNFIELDS_GETTER_TYPE:
pass


ZNFIELDS_GETTER_TYPE = _ZNFIELDS_GETTER_TYPE()


Expand Down

0 comments on commit c2e2923

Please sign in to comment.