Skip to content

Commit

Permalink
Update nautobot_device_lifecycle_mgmt/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradford Haas <[email protected]>
  • Loading branch information
qduk and bradh11 authored Oct 31, 2023
1 parent 6b38187 commit f64d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_device_lifecycle_mgmt/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ def add_custom_contract_types(choices):
Args:
choices (tuple): Existing Device Lifecycle Contract Type tuple.
"""
defined_contract_types = PLUGIN_SETTINGS.get("contract_types", [])
defined_additional_contract_types = PLUGIN_SETTINGS.get("additional_contract_types", [])
return tuple((type, type) for type in defined_contract_types) + tuple(choices)

0 comments on commit f64d4dc

Please sign in to comment.