Skip to content

Commit 09ea637

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent 17635b3 commit 09ea637

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_custom_fields.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,10 @@ def d(self, value: str):
435435
foo = Foo()
436436

437437
assert get_signal_aliases(foo) == {
438-
'b': 'b_changed',
439-
'_c': 'c',
440-
'c': None,
441-
'e': None,
438+
"b": "b_changed",
439+
"_c": "c",
440+
"c": None,
441+
"e": None,
442442
}
443443

444444
mock = Mock()

0 commit comments

Comments
 (0)