Skip to content

Commit c151216

Browse files
committed
Reformatted import.
1 parent ebc28dc commit c151216

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

cmd2/command_definition.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,8 @@ def decorate_class(cls: CommandSetType) -> CommandSetType:
5050

5151
import inspect
5252

53-
from .constants import (
54-
CMD_ATTR_HELP_CATEGORY,
55-
)
56-
from .decorators import (
57-
with_category,
58-
)
53+
from .constants import CMD_ATTR_HELP_CATEGORY
54+
from .decorators import with_category
5955

6056
# get members of the class that meet the following criteria:
6157
# 1. Must be a function

0 commit comments

Comments
 (0)