summaryrefslogtreecommitdiff
path: root/alot/completion/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/completion/command.py')
-rw-r--r--alot/completion/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/completion/command.py b/alot/completion/command.py
index 72c82ea3..43ffcea2 100644
--- a/alot/completion/command.py
+++ b/alot/completion/command.py
@@ -2,12 +2,12 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+from functools import cached_property
import logging
from alot import commands
from alot.buffers import EnvelopeBuffer
from alot.settings.const import settings
-from alot.utils.cached_property import cached_property
from .completer import Completer
from .commandname import CommandNameCompleter
from .tag import TagCompleter