Skip to content

Commit 9012a14

Browse files
committed
Fix ruff
1 parent 167e5e6 commit 9012a14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox_config_diff/forms/general.py

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

2727
class ConfigComplianceFilterForm(NetBoxModelFilterSetForm):
2828
model = ConfigCompliance
29+
if VERSION.startswith("3."):
2930
fieldsets = ((None, ("q", "device_id", "status")),)
3031
else:
3132
fieldsets = (FieldSet("q", "device_id", "status"),)

0 commit comments

Comments
 (0)