summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/auto_vertical.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/steps/auto_vertical.py')
-rw-r--r--tests/features/steps/auto_vertical.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/features/steps/auto_vertical.py b/tests/features/steps/auto_vertical.py
index 77487536..18a51faf 100644
--- a/tests/features/steps/auto_vertical.py
+++ b/tests/features/steps/auto_vertical.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8
-from __future__ import unicode_literals, print_function, absolute_import
+from __future__ import unicode_literals, print_function
from textwrap import dedent
from behave import then, when
-from tests.features.steps import wrappers
+import wrappers
@when('we run dbcli with {arg}')