Skip to content

Commit

Permalink
OrganizationalModel does not have tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Jan 15, 2025
1 parent 5e1f313 commit 7fdbeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_device_lifecycle_mgmt/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Meta:
# read_only_fields = []


class ProviderLCMSerializer(NautobotModelSerializer, TaggedModelSerializerMixin): # pylint: disable=too-many-ancestors
class ProviderLCMSerializer(NautobotModelSerializer): # pylint: disable=too-many-ancestors
"""ProviderLCM Serializer."""

class Meta:
Expand Down

0 comments on commit 7fdbeca

Please sign in to comment.