Fix lint.
This commit is contained in:
parent
b4a630563f
commit
e4947b03be
@ -26,6 +26,7 @@ import os.path
|
|||||||
import logging
|
import logging
|
||||||
import collections
|
import collections
|
||||||
|
|
||||||
|
import pytest
|
||||||
import yaml
|
import yaml
|
||||||
import pytest_bdd as bdd
|
import pytest_bdd as bdd
|
||||||
from PyQt5.QtGui import QClipboard
|
from PyQt5.QtGui import QClipboard
|
||||||
|
@ -21,6 +21,7 @@ import pytest
|
|||||||
|
|
||||||
import pytest_bdd as bdd
|
import pytest_bdd as bdd
|
||||||
|
|
||||||
|
# pylint: disable=unused-import
|
||||||
from test_yankpaste import skip_with_broken_clipboard
|
from test_yankpaste import skip_with_broken_clipboard
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from PyQt5.QtGui import QClipboard
|
|
||||||
|
|
||||||
import pytest_bdd as bdd
|
import pytest_bdd as bdd
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user