Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmerolle committed Feb 7, 2023
1 parent eb44575 commit ed8a56c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions netbox_acls/graphql/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

from .types import *


class Query(ObjectType):
"""
Defines the queries available to this plugin via the graphql api.
Expand Down
1 change: 0 additions & 1 deletion netbox_acls/graphql/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ class Meta:
model = models.ACLStandardRule
fields = "__all__"
filterset_class = filtersets.ACLStandardRuleFilterSet

0 comments on commit ed8a56c

Please sign in to comment.