From 20448e0379cfc23188954c2b26e9e71db0093527 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Wed, 12 Apr 2017 17:17:31 -0300 Subject: [#927] Remove unused imports with @deniscostadsc --- service/test/functional/features/steps/utils.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'service') 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 . -import uuid - -from behave import given, then, when - from common import ( element_should_have_content, fill_by_css_selector, -- cgit v1.2.3