File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 31
31
32
32
# WARNING - these imports are going away in version 3!
33
33
# import them from django_typer.management directly
34
- # from .management import (
35
- # CommandNode, # noqa: F401
36
- # Context, # noqa: F401
37
- # DjangoTyperMixin, # noqa: F401
38
- # DTCommand, # noqa: F401
39
- # DTGroup, # noqa: F401
40
- # Typer, # noqa: F401
41
- # TyperCommand, # noqa: F401
42
- # callback, # noqa: F401
43
- # command, # noqa: F401
44
- # get_command, # noqa: F401
45
- # group, # noqa: F401
46
- # initialize, # noqa: F401
47
- # model_parser_completer, # noqa: F401
48
- # )
34
+ from .management import (
35
+ CommandNode , # noqa: F401
36
+ Context , # noqa: F401
37
+ DjangoTyperMixin , # noqa: F401
38
+ DTCommand , # noqa: F401
39
+ DTGroup , # noqa: F401
40
+ Typer , # noqa: F401
41
+ TyperCommand , # noqa: F401
42
+ callback , # noqa: F401
43
+ command , # noqa: F401
44
+ get_command , # noqa: F401
45
+ group , # noqa: F401
46
+ initialize , # noqa: F401
47
+ model_parser_completer , # noqa: F401
48
+ )
49
49
50
50
VERSION = (2 , 1 , 0 )
51
51
You can’t perform that action at this time.
0 commit comments