Skip to content

Commit

Permalink
Move to vendored_sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound committed Dec 28, 2022
1 parent 61b6244 commit 5b2e853
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive/azext_interactive/azclishell/argfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from argcomplete import CompletionFinder

from .compat import USING_PYTHON2, ensure_bytes
from ..vendored_sdks.argcomplete.compat import USING_PYTHON2, ensure_bytes


class ArgsFinder(CompletionFinder): # pylint: disable=too-few-public-methods
Expand Down

0 comments on commit 5b2e853

Please sign in to comment.