Skip to content

Commit 7ccb220

Browse files
committed
fix-lint
1 parent 758fc78 commit 7ccb220

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_completer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ def _(line, cursor_pos, expect, message, completion):
691691
"Should have completed on `b + c.`: %s",
692692
Completion(6, 6, "hex"),
693693
)
694+
694695
def test_omit__names(self):
695696
# also happens to test IPCompleter as a configurable
696697
ip = get_ipython()

0 commit comments

Comments
 (0)