Skip to content

Commit 167e5e6

Browse files
authored
Merge branch 'main' into develop
2 parents 0829518 + 295d7c8 commit 167e5e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netbox_config_diff/forms/general.py

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

2727
class ConfigComplianceFilterForm(NetBoxModelFilterSetForm):
2828
model = ConfigCompliance
29-
if VERSION.startswith("3."):
3029
fieldsets = ((None, ("q", "device_id", "status")),)
3130
else:
3231
fieldsets = (FieldSet("q", "device_id", "status"),)

0 commit comments

Comments
 (0)