Skip to content

Commit 9ce8487

Browse files
committed
Remove import of pudb
1 parent cf0da04 commit 9ce8487

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ def test_minimal_patch(self):
370370
""" Test whether a minimal patch is created, see #36 """
371371
src = [{"foo": 1, "bar": 2}]
372372
dst = [{"foo": 2, "bar": 2}]
373-
import pudb
374-
#pudb.set_trace()
375373
patch = jsonpatch.make_patch(src, dst)
376374

377375
exp = [

0 commit comments

Comments
 (0)