Skip to content

Commit f63d7ac

Browse files
committed
run isort
1 parent a6bc018 commit f63d7ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

netbox_acls/api/serializers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
from rest_framework import serializers
1313
from utilities.api import get_serializer_for_model
1414

15-
from ..constants import (
16-
ACL_HOST_ASSIGNMENT_MODELS,
17-
ACL_INTERFACE_ASSIGNMENT_MODELS,
18-
)
15+
from ..constants import ACL_HOST_ASSIGNMENT_MODELS, ACL_INTERFACE_ASSIGNMENT_MODELS
1916
from ..models import (
2017
AccessList,
2118
ACLExtendedRule,

0 commit comments

Comments
 (0)