Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Tobar committed Sep 5, 2023
1 parent 1069f88 commit beae0a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nautobot_device_lifecycle_mgmt/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,9 +919,7 @@ class ProviderLCMFilterForm(BootstrapMixin, forms.ModelForm):

q = forms.CharField(required=False, label="Search")
name = forms.CharField(required=False)
country = forms.MultipleChoiceField(
required=False, choices=CountryCodes.CHOICES, widget=StaticSelect2Multiple()
)
country = forms.MultipleChoiceField(required=False, choices=CountryCodes.CHOICES, widget=StaticSelect2Multiple())

class Meta:
"""Meta attributes for the ProviderLCMFilterForm class."""
Expand Down

0 comments on commit beae0a5

Please sign in to comment.