Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 11, 2024
1 parent 17635b3 commit 09ea637
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_custom_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,10 @@ def d(self, value: str):
foo = Foo()

assert get_signal_aliases(foo) == {
'b': 'b_changed',
'_c': 'c',
'c': None,
'e': None,
"b": "b_changed",
"_c": "c",
"c": None,
"e": None,
}

mock = Mock()
Expand Down

0 comments on commit 09ea637

Please sign in to comment.