From 7a5a73ce34523c05327d1a7cb0c40181f1e56df5 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Fri, 4 Jan 2019 12:44:31 -0500 Subject: [PATCH] fixed whitespace --- netbox/utilities/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/utilities/forms.py b/netbox/utilities/forms.py index 618599cf0..eb003762b 100644 --- a/netbox/utilities/forms.py +++ b/netbox/utilities/forms.py @@ -271,7 +271,7 @@ class APISelect(SelectWithDisabled): self.attrs['disabled-indicator'] = disabled_indicator if filter_for: for key, value in filter_for.items(): - self.add_filter_for(key, value) + self.add_filter_for(key, value) if conditional_query_params: for key, value in conditional_query_params.items(): self.add_conditional_query_param(key, value)