1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

9856 remove superfluous check

This commit is contained in:
Arthur
2024-03-22 08:05:27 -07:00
parent d40bf63b2f
commit 55725ee114

View File

@ -19,9 +19,6 @@ def map_strawberry_type(field):
if isinstance(field, ContentTypeFilter):
should_create_function = True
attr_type = str | None
elif isinstance(field, MultiValueMACAddressFilter):
should_create_function = True
attr_type = List[str] | None
elif isinstance(field, MultiValueArrayFilter):
pass
elif isinstance(field, MultiValueCharFilter):