summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd2/argparse_completer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd2/argparse_completer.py b/cmd2/argparse_completer.py
index 4598bee6..9cbd62a1 100644
--- a/cmd2/argparse_completer.py
+++ b/cmd2/argparse_completer.py
@@ -14,8 +14,6 @@ from collections import deque
from typing import Dict, List, Optional, Union
from . import ansi, cmd2, constants
-from .table_creator import Column, SimpleTable
-
from .argparse_custom import (
ATTR_CHOICES_CALLABLE,
ATTR_DESCRIPTIVE_COMPLETION_HEADER,
@@ -25,6 +23,7 @@ from .argparse_custom import (
CompletionItem,
generate_range_error,
)
+from .table_creator import Column, SimpleTable
from .utils import CompletionError, basic_complete
# If no descriptive header is supplied, then this will be used instead