Skip to content

Commit b563da5

Browse files
committed
Apply black
1 parent 586492d commit b563da5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

curtsies/configfile_keynames.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"C-_": "<Ctrl-/>",
1111
}
1212

13+
1314
# TODO make a precalculated version of this
1415
class KeyMap:
1516
"""Maps config file key syntax to Curtsies names"""

tests/test_fmtstr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ def test_len_of_unicode(self) -> None:
401401
# self.assertEqual(len(fmtstr('┌─')), 2)
402402

403403
def test_len_of_unicode_in_fsarray(self) -> None:
404-
405404
fsa = FSArray(3, 2)
406405
fsa.rows[0] = fsa.rows[0].setslice_with_length(0, 2, "┌─", 2)
407406
self.assertEqual(fsa.shape, (3, 2))

tests/test_terminal.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import functools
21
import locale
32
import os
43
import sys
@@ -154,7 +153,6 @@ def test_cursor_position(self):
154153
# This isn't passing locally for me anymore :/
155154
@expectedFailure
156155
def test_inital_cursor_position(self):
157-
158156
self.screen.cursor.y += 1
159157
with self.window:
160158
self.assertEqual(self.window.top_usable_row, 1)

0 commit comments

Comments
 (0)