Skip to content

Commit 5febd59

Browse files
committed
Removing print statement that breaks pip install in Python 3.
1 parent 2892abe commit 5febd59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/issues/test_72.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ def test(self):
2121
'created_at': int(time.time()),
2222
'email': 'me@example.com'
2323
}
24-
print data
2524
Event.create(**data)

0 commit comments

Comments
 (0)