diff options
Diffstat (limited to 'service/test/functional')
-rw-r--r-- | service/test/functional/features/steps/utils.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/service/test/functional/features/steps/utils.py b/service/test/functional/features/steps/utils.py index dd9f0d87..9ac05928 100644 --- a/service/test/functional/features/steps/utils.py +++ b/service/test/functional/features/steps/utils.py @@ -14,10 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see <http://www.gnu.org/licenses/>. -import uuid - -from behave import given, then, when - from common import ( element_should_have_content, fill_by_css_selector, |