Changelog cnad cleanup for #7853

This commit is contained in:
jeremystretch
2022-01-21 15:43:53 -05:00
parent 05d4c127ee
commit 5abfe821bc
3 changed files with 3 additions and 5 deletions

View File

@@ -620,8 +620,7 @@ class InterfaceCSVForm(CustomFieldModelCSVForm):
)
duplex = CSVChoiceField(
choices=InterfaceDuplexChoices,
required=False,
help_text='Duplex'
required=False
)
mode = CSVChoiceField(
choices=InterfaceModeChoices,