Fix lint.

This commit is contained in:
Florian Bruhin 2015-11-27 11:50:23 +01:00
parent b4a630563f
commit e4947b03be
3 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,7 @@ import os.path
import logging
import collections
import pytest
import yaml
import pytest_bdd as bdd
from PyQt5.QtGui import QClipboard

View File

@ -21,6 +21,7 @@ import pytest
import pytest_bdd as bdd
# pylint: disable=unused-import
from test_yankpaste import skip_with_broken_clipboard

View File

@ -19,8 +19,6 @@
import pytest
from PyQt5.QtGui import QClipboard
import pytest_bdd as bdd