File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
from ..constants import ACL_HOST_ASSIGNMENT_MODELS , ACL_INTERFACE_ASSIGNMENT_MODELS
17
17
from ..models import (
18
18
AccessList ,
19
- BaseACLRule ,
20
19
ACLExtendedRule ,
21
20
ACLInterfaceAssignment ,
22
21
ACLStandardRule ,
22
+ BaseACLRule ,
23
23
)
24
24
from .nested_serializers import NestedAccessListSerializer
25
25
Original file line number Diff line number Diff line change 18
18
)
19
19
20
20
from ..choices import ACLTypeChoices
21
- from .constants import (
22
- ERROR_MESSAGE_NO_REMARK ,
23
- ERROR_MESSAGE_REMARK_WITHOUT_ACTION_REMARK ,
24
- HELP_TEXT_ACL_ACTION ,
25
- HELP_TEXT_ACL_RULE_INDEX ,
26
- HELP_TEXT_ACL_RULE_LOGIC ,
27
- )
28
21
from ..models import (
29
22
AccessList ,
30
23
ACLExtendedRule ,
31
24
ACLInterfaceAssignment ,
32
25
ACLStandardRule ,
33
26
BaseACLRule ,
34
27
)
28
+ from .constants import (
29
+ ERROR_MESSAGE_NO_REMARK ,
30
+ ERROR_MESSAGE_REMARK_WITHOUT_ACTION_REMARK ,
31
+ HELP_TEXT_ACL_ACTION ,
32
+ HELP_TEXT_ACL_RULE_INDEX ,
33
+ HELP_TEXT_ACL_RULE_LOGIC ,
34
+ )
35
35
36
36
__all__ = (
37
37
"AccessListForm" ,
You can’t perform that action at this time.
0 commit comments