Skip to content

Commit 4b0819d

Browse files
Remove redundant code (#460)
1 parent 1e728a2 commit 4b0819d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_unpack.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,3 @@ def test_unpacker_tell_read_bytes():
9090
assert obj == unp
9191
assert pos == unpacker.tell()
9292
assert unpacker.read_bytes(n) == raw
93-
94-
95-
if __name__ == "__main__":
96-
test_unpack_array_header_from_file()
97-
test_unpacker_hook_refcnt()
98-
test_unpacker_ext_hook()
99-
test_unpacker_tell()

0 commit comments

Comments
 (0)