Skip to content

Commit

Permalink
Correct flake8 errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
nehpetsde committed Mar 23, 2017
1 parent 885ace5 commit 36090ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions tests/test_clf_pn531.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from pytest_mock import mocker # noqa: F401
from mock import call
from binascii import hexlify
import errno

import base_clf_pn53x
from base_clf_pn53x import CMD, RSP, ACK, NAK, ERR, HEX # noqa: F401
Expand Down Expand Up @@ -195,12 +194,6 @@ def test_sense_ttb_deselect_timeout(self):
def test_sense_ttb_unsupported_bitrate(self):
pytest.skip("PN531 does not support TT1")

def test_sense_ttb_target_found(self):
pytest.skip("PN531 does not support TT1")

def test_sense_ttb_deselect_timeout(self):
pytest.skip("PN531 does not support TT1")

def test_sense_dep_reduce_frame_size(self, device):
device.chipset.transport.read.side_effect = [
ACK(), RSP('47 0001 66f6e98d1c13dfe56de4'
Expand Down
1 change: 0 additions & 1 deletion tests/test_clf_pn533.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from pytest_mock import mocker # noqa: F401
from mock import call
import itertools
import errno

import base_clf_pn53x
from base_clf_pn53x import CMD, RSP, ACK, NAK, ERR, HEX # noqa: F401
Expand Down

0 comments on commit 36090ca

Please sign in to comment.