diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-04-12 17:17:31 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-04-12 17:22:25 -0300 |
commit | 20448e0379cfc23188954c2b26e9e71db0093527 (patch) | |
tree | 9964d380dd9ae26c27efa1b4b582fb5e5ba10eff /service/test/functional/features/steps | |
parent | 9e792f24d39bdd1486855db0cf6a3a97605641fe (diff) |
[#927] Remove unused imports
with @deniscostadsc
Diffstat (limited to 'service/test/functional/features/steps')
-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, |