diff options
| author | BonfaceKilz | 2020-08-26 19:12:33 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2020-08-26 19:12:33 +0300 |
| commit | 303e4b71c2172da5be19c84d4be5a062329ac013 (patch) | |
| tree | 130496e7b4c6fe2157c14abd50be941823ed40b9 /test/requests/mapping_tests.py | |
| parent | 7717f0d3d4802d115a8b5ace4d379864ba5b1188 (diff) | |
| download | genenetwork2-303e4b71c2172da5be19c84d4be5a062329ac013.tar.gz | |
Remove "from __future__ import new_feature" statements
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
Diffstat (limited to 'test/requests/mapping_tests.py')
| -rw-r--r-- | test/requests/mapping_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/requests/mapping_tests.py b/test/requests/mapping_tests.py index 5748a2a3..19b22c21 100644 --- a/test/requests/mapping_tests.py +++ b/test/requests/mapping_tests.py @@ -1,4 +1,3 @@ -from __future__ import print_function import re import copy import json |
