Skip to content

Commit fbaa8ed

Browse files
fix formatting
1 parent 419fe6c commit fbaa8ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,6 @@ def test_match():
135135
def test_unicode():
136136
assert unpackb(packb("foobar"), use_list=1) == "foobar"
137137

138+
138139
def test_dict_tuple_key():
139140
unpackb(packb({(1, 2): 3}), strict_map_key=False)

0 commit comments

Comments
 (0)