Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 committed Sep 16, 2024
1 parent f674142 commit fc90cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nautobot_dev_example/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Meta:
model = models.DevExample
fields = "__all__"


class DevExampleBulkEditForm(TagsBulkEditFormMixin, NautobotBulkEditForm): # pylint: disable=too-many-ancestors
"""DevExample bulk edit form."""

Expand Down

0 comments on commit fc90cb9

Please sign in to comment.