Skip to content

Commit f27a7f3

Browse files
committed
Optimized imports
1 parent 69b24b8 commit f27a7f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd2/argparse_completer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
from typing import Dict, List, Optional, Union
1515

1616
from . import ansi, cmd2, constants
17-
from .table_creator import Column, SimpleTable
18-
1917
from .argparse_custom import (
2018
ATTR_CHOICES_CALLABLE,
2119
ATTR_DESCRIPTIVE_COMPLETION_HEADER,
@@ -25,6 +23,7 @@
2523
CompletionItem,
2624
generate_range_error,
2725
)
26+
from .table_creator import Column, SimpleTable
2827
from .utils import CompletionError, basic_complete
2928

3029
# If no descriptive header is supplied, then this will be used instead

0 commit comments

Comments
 (0)