Skip to content

Commit

Permalink
Add town crier update
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaltrusaitis-reef committed Nov 24, 2023
1 parent cb81894 commit 28694e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions b2/_cli/argcompleters.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#
######################################################################

# We import all the necessary modules lazily in completers in order
# to avoid upfront cost of the imports when argcompleter is used for
# autocompletions.

from itertools import islice


Expand Down
1 change: 1 addition & 0 deletions changelog.d/+improve_autocomplete_performance.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added autocomplete suggestion caching to improve autocomplete performance.

0 comments on commit 28694e2

Please sign in to comment.