summaryrefslogtreecommitdiff
path: root/test/baseline
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2022-07-05 08:59:34 +0200
committerMartin Michlmayr <tbm@cyrius.com>2023-02-01 09:31:17 +0800
commitc94fccc2b825781e904a67e4bec6b99b427d8abd (patch)
tree3bd840bff2542257969223798d5bd588fdd44036 /test/baseline
parentadf9d22de4d5c422dcaeca022ea53880f7264be6 (diff)
downloadfork-ledger-c94fccc2b825781e904a67e4bec6b99b427d8abd.tar.gz
fork-ledger-c94fccc2b825781e904a67e4bec6b99b427d8abd.tar.bz2
fork-ledger-c94fccc2b825781e904a67e4bec6b99b427d8abd.zip
Remove obsolete from __future__ imports
Diffstat (limited to 'test/baseline')
-rw-r--r--test/baseline/feat-value_py2.test1
-rw-r--r--test/baseline/feat-value_py3.test1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/baseline/feat-value_py2.test b/test/baseline/feat-value_py2.test
index 2f351d2a..4378c91a 100644
--- a/test/baseline/feat-value_py2.test
+++ b/test/baseline/feat-value_py2.test
@@ -1,5 +1,4 @@
python
- from __future__ import print_function
def print_type(val):
print(type(val), val)
diff --git a/test/baseline/feat-value_py3.test b/test/baseline/feat-value_py3.test
index be7612e1..f82fbf2b 100644
--- a/test/baseline/feat-value_py3.test
+++ b/test/baseline/feat-value_py3.test
@@ -1,5 +1,4 @@
python
- from __future__ import print_function
def print_type(val):
print(type(val), val)