Skip to content

Commit 105380a

Browse files
committed
Apply black
1 parent bbc9438 commit 105380a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bpython/urwid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ class Tooltip(urwid.Widget):
423423
from the bottom window and hides it if there is no cursor.
424424
"""
425425

426-
_sizing = frozenset(['box'])
426+
_sizing = frozenset(["box"])
427427
_selectable = True
428428

429429
def __init__(self, bottom_w, listbox):

0 commit comments

Comments
 (0)