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 /webtests/marker_regression_test.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 'webtests/marker_regression_test.py')
-rw-r--r-- | webtests/marker_regression_test.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webtests/marker_regression_test.py b/webtests/marker_regression_test.py index c4f76f53..9b4a4acb 100644 --- a/webtests/marker_regression_test.py +++ b/webtests/marker_regression_test.py @@ -48,8 +48,6 @@ text: 11.511 """ -from __future__ import absolute_import, division, print_function - from browser_run import * testmod() |