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 1616from ..constants import ACL_HOST_ASSIGNMENT_MODELS , ACL_INTERFACE_ASSIGNMENT_MODELS
1717from ..models import (
1818 AccessList ,
19- BaseACLRule ,
2019 ACLExtendedRule ,
2120 ACLInterfaceAssignment ,
2221 ACLStandardRule ,
22+ BaseACLRule ,
2323)
2424from .nested_serializers import NestedAccessListSerializer
2525
Original file line number Diff line number Diff line change 1818)
1919
2020from ..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- )
2821from ..models import (
2922 AccessList ,
3023 ACLExtendedRule ,
3124 ACLInterfaceAssignment ,
3225 ACLStandardRule ,
3326 BaseACLRule ,
3427)
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+ )
3535
3636__all__ = (
3737 "AccessListForm" ,
You can’t perform that action at this time.
0 commit comments