Skip to content

Commit b46afa3

Browse files
committed
Apply black
1 parent fdd4ad9 commit b46afa3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bpython/autocomplete.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,6 @@ def matches(
626626
def locate(self, cursor_offset: int, line: str) -> Optional[LinePart]:
627627
return None
628628

629-
630629
else:
631630

632631
class JediCompletion(BaseCompletionType):

bpython/urwid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def wrapper(*args, **kwargs):
128128

129129
return wrapper
130130

131-
132131
else:
133132
TwistedEventLoop = getattr(urwid, "TwistedEventLoop", None)
134133

0 commit comments

Comments
 (0)