remove useless ignores

This commit is contained in:
Ryan Farley 2017-11-26 01:59:21 -06:00
parent 5ed8019115
commit 650b0051e6
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>. # along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
# noqa: N801,N806 pylint: disable=invalid-name #pylint: disable=invalid-name
"""pytest fixtures used by the whole testsuite. """pytest fixtures used by the whole testsuite.

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>. # along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
# noqa: N801,N806 pylint: disable=invalid-name,abstract-method # pylint: disable=invalid-name,abstract-method
"""Fake objects/stubs.""" """Fake objects/stubs."""