diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-11-10 13:59:06 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-11-10 22:45:27 +0100 |
commit | 8f55725555b9d97cbf189d35eb18a93f4b615597 (patch) | |
tree | 09d3a42560e937dccf0b7697e2b8d2135ac133e9 /tests/end2end/features/test_prompts_bdd.py | |
parent | 8a4ca25b8d20c614f667cf181527b9c2c0fd6345 (diff) | |
download | qutebrowser-8f55725555b9d97cbf189d35eb18a93f4b615597.tar.gz qutebrowser-8f55725555b9d97cbf189d35eb18a93f4b615597.zip |
Fix lint
Diffstat (limited to 'tests/end2end/features/test_prompts_bdd.py')
-rw-r--r-- | tests/end2end/features/test_prompts_bdd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/end2end/features/test_prompts_bdd.py b/tests/end2end/features/test_prompts_bdd.py index 6fe1c3e69..83e03f721 100644 --- a/tests/end2end/features/test_prompts_bdd.py +++ b/tests/end2end/features/test_prompts_bdd.py @@ -17,7 +17,6 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see <http://www.gnu.org/licenses/>. -import pytest import pytest_bdd as bdd bdd.scenarios('prompts.feature') |