Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
miaow2 committed Sep 29, 2024
1 parent 167e5e6 commit 9012a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox_config_diff/forms/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

class ConfigComplianceFilterForm(NetBoxModelFilterSetForm):
model = ConfigCompliance
if VERSION.startswith("3."):
fieldsets = ((None, ("q", "device_id", "status")),)
else:
fieldsets = (FieldSet("q", "device_id", "status"),)
Expand Down

0 comments on commit 9012a14

Please sign in to comment.