mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
flake8
This commit is contained in:
parent
1712def0ef
commit
a14a87a9b8
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
import os
|
||||
import builtins
|
||||
|
||||
from prompt_toolkit.layout.dimension import LayoutDimension
|
||||
from prompt_toolkit.completion import Completer, Completion
|
||||
from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
|
||||
from prompt_toolkit.application.current import get_app
|
||||
|
@ -106,4 +105,3 @@ class PromptToolkitCompleter(Completer):
|
|||
last_h = max(render._min_available_height, last_h)
|
||||
if last_h < size:
|
||||
render._last_screen.height = size
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue