Skip to content

Commit cc29977

Browse files
committed
QA: Remove trailing whitespace.
1 parent 723d4d9 commit cc29977

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(self, length):
2121
if self.ptr >= len(self.data):
2222
self.ptr = 0
2323
return result
24-
24+
2525
def flushInput(self):
2626
pass
2727

@@ -35,7 +35,7 @@ def __init__(self, *args, **kwargs):
3535

3636
def read(self, length):
3737
return b"\x00" * length
38-
38+
3939

4040
@pytest.fixture(scope='function', autouse=False)
4141
def pms5003():

0 commit comments

Comments
 (0)