Skip to content

Commit d28d46d

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_funcs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ def test_non_atomic_types(self, C):
7070
"""
7171
Test subclasses of atomic types
7272
"""
73+
7374
class Int(int):
7475
pass
76+
7577
c = C(Int(10), [Int(1), 2])
7678
expected = {"x": 10, "y": [1, 2]}
7779
assert expected == asdict(c)

0 commit comments

Comments
 (0)