Skip to content

Commit ed8a56c

Browse files
committed
lint
1 parent eb44575 commit ed8a56c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

netbox_acls/graphql/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
from .types import *
55

6+
67
class Query(ObjectType):
78
"""
89
Defines the queries available to this plugin via the graphql api.

netbox_acls/graphql/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ class Meta:
7272
model = models.ACLStandardRule
7373
fields = "__all__"
7474
filterset_class = filtersets.ACLStandardRuleFilterSet
75-

0 commit comments

Comments
 (0)