# HG changeset patch # User Denis Laxalde # Date 1557928229 -7200 # Node ID 616d65b2dd8ab89d6f80216161b907b7f8379420 # Parent 2beda828c1bf3d16ae3066e38a31a2873c5ca7c8 Flake8 cubicweb/pyramid/test/test_hooks.py diff -r 2beda828c1bf -r 616d65b2dd8a cubicweb/pyramid/test/test_hooks.py --- a/cubicweb/pyramid/test/test_hooks.py Wed May 15 12:06:29 2019 +0200 +++ b/cubicweb/pyramid/test/test_hooks.py Wed May 15 15:50:29 2019 +0200 @@ -1,5 +1,4 @@ from cubicweb.pyramid.test import PyramidCWTest -from cubicweb.pyramid import tools def set_language(request): diff -r 2beda828c1bf -r 616d65b2dd8a flake8-ok-files.txt --- a/flake8-ok-files.txt Wed May 15 12:06:29 2019 +0200 +++ b/flake8-ok-files.txt Wed May 15 15:50:29 2019 +0200 @@ -151,6 +151,7 @@ cubicweb/pyramid/test/test_bw_request.py cubicweb/pyramid/test/test_config.py cubicweb/pyramid/test/test_core.py +cubicweb/pyramid/test/test_hooks.py cubicweb/pyramid/test/test_login.py cubicweb/pyramid/test/test_rest_api.py cubicweb/pyramid/test/test_tools.py