Skip to content

Commit 568ae51

Browse files
make the tests pass codechecks
1 parent ca60fb5 commit 568ae51

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

testing/test_unix_reader.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
from __future__ import unicode_literals
22
from pyrepl.unix_eventqueue import EncodedQueue
33

4-
from pyrepl import curses
5-
6-
74
def test_simple():
85
q = EncodedQueue({}, 'utf-8')
96

testing/test_wishes.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525

2626
def test_quoted_insert_repeat():
27-
read_spec([(('digit-arg', '3'), ['']),
28-
(('quoted-insert', None), ['']),
29-
(('self-insert', '\033'), ['^[^[^[']),
30-
(('accept', None), None)])
31-
27+
read_spec([
28+
(('digit-arg', '3'), ['']),
29+
(('quoted-insert', None), ['']),
30+
(('self-insert', '\033'), ['^[^[^[']),
31+
(('accept', None), None)])

0 commit comments

Comments
 (0)