Skip to content

Commit 71fcc7b

Browse files
committed
drop 'from __future__ import print_function' statements
1 parent 2863597 commit 71fcc7b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# License: 3-clause BSD. The full license text is available at:
66
# - https://github.com/uqfoundation/dill/blob/master/LICENSE
77

8-
from __future__ import print_function
98
import glob
109
import os
1110
try:

tests/test_session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# License: 3-clause BSD. The full license text is available at:
66
# - https://github.com/uqfoundation/dill/blob/master/LICENSE
77

8-
from __future__ import print_function
98
import atexit, dill, os, sys, __main__
109

1110
session_file = os.path.join(os.path.dirname(__file__), 'session-byref-%s.pkl')

0 commit comments

Comments
 (0)