Skip to content

Commit 475d0da

Browse files
committed
Update common.py
1 parent be318be commit 475d0da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import pytest # noqa
22
from pytest import skip, raises # noqa
33

4-
54
def assert_equal(expected, result):
65
print("Expected:\n%s\n" % expected)
76
print("Got:\n%s\n" % result)

0 commit comments

Comments
 (0)