summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/crud_table.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/steps/crud_table.py')
-rw-r--r--tests/features/steps/crud_table.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/features/steps/crud_table.py b/tests/features/steps/crud_table.py
index 6d848aba..0375883a 100644
--- a/tests/features/steps/crud_table.py
+++ b/tests/features/steps/crud_table.py
@@ -1,10 +1,8 @@
-# -*- coding: utf-8
"""
Steps for behavioral style tests are defined in this module.
Each step is defined by the string decorating it.
This string is used to call the step in "*.feature" file.
"""
-from __future__ import unicode_literals, print_function
from behave import when, then
from textwrap import dedent