Skip to content

Commit

Permalink
Update common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjain099 committed Apr 29, 2023
1 parent be318be commit 475d0da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/common.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pytest # noqa
from pytest import skip, raises # noqa


def assert_equal(expected, result):
print("Expected:\n%s\n" % expected)
print("Got:\n%s\n" % result)
Expand Down

0 comments on commit 475d0da

Please sign in to comment.