Skip to content

Commit 55a2b5a

Browse files
committed
Apply black
1 parent 84a54df commit 55a2b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def entry(self) -> str:
100100

101101
@property
102102
def entries_by_index(self) -> List[str]:
103-
return list(chain((self.saved_line, ), reversed(self.entries)))
103+
return list(chain((self.saved_line,), reversed(self.entries)))
104104

105105
def find_match_backward(
106106
self, search_term: str, include_current: bool = False

0 commit comments

Comments
 (0)