Skip to content

Commit

Permalink
fix missing api import
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed Jul 20, 2024
1 parent c142cc8 commit 4b2f267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xontrib/skim.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from prompt_toolkit.keys import ALL_KEYS
from xonsh.completers.path import complete_dir, _quote_paths
from xonsh.parsers.completion_context import CompletionContextParser
from xonsh.procs import executables

__all__ = ()

Expand Down

0 comments on commit 4b2f267

Please sign in to comment.