mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
9856 remove superfluous check
This commit is contained in:
parent
d40bf63b2f
commit
55725ee114
@ -19,9 +19,6 @@ def map_strawberry_type(field):
|
|||||||
if isinstance(field, ContentTypeFilter):
|
if isinstance(field, ContentTypeFilter):
|
||||||
should_create_function = True
|
should_create_function = True
|
||||||
attr_type = str | None
|
attr_type = str | None
|
||||||
elif isinstance(field, MultiValueMACAddressFilter):
|
|
||||||
should_create_function = True
|
|
||||||
attr_type = List[str] | None
|
|
||||||
elif isinstance(field, MultiValueArrayFilter):
|
elif isinstance(field, MultiValueArrayFilter):
|
||||||
pass
|
pass
|
||||||
elif isinstance(field, MultiValueCharFilter):
|
elif isinstance(field, MultiValueCharFilter):
|
||||||
|
Loading…
Reference in New Issue
Block a user