From fc09d63eb1a6c143bb818666c31887da3e671872 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 2 Aug 2015 01:46:32 +0200 Subject: [PATCH] Fix lint. --- tests/config/test_configexc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/config/test_configexc.py b/tests/config/test_configexc.py index be773cd9d..6d0aba3fd 100644 --- a/tests/config/test_configexc.py +++ b/tests/config/test_configexc.py @@ -16,9 +16,9 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . -"""Tests for qutebrowser.config.configexc.""" +# pylint: disable=missing-docstring -import pytest +"""Tests for qutebrowser.config.configexc.""" from qutebrowser.config import configexc