We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc28dc commit c151216Copy full SHA for c151216
1 file changed
cmd2/command_definition.py
@@ -50,12 +50,8 @@ def decorate_class(cls: CommandSetType) -> CommandSetType:
50
51
import inspect
52
53
- from .constants import (
54
- CMD_ATTR_HELP_CATEGORY,
55
- )
56
- from .decorators import (
57
- with_category,
58
+ from .constants import CMD_ATTR_HELP_CATEGORY
+ from .decorators import with_category
59
60
# get members of the class that meet the following criteria:
61
# 1. Must be a function
0 commit comments