Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdub committed Dec 27, 2024
1 parent c80c3b9 commit a4df36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_golden_config/utilities/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def __init__(self, defaults_dict):
"enable_intended": "intended_enabled",
"enable_compliance": "compliance_enabled",
"enable_plan": "plan_enabled",
"enable_deploy": "deploy_enabled"
"enable_deploy": "deploy_enabled",
}
for key, value in defaults_dict.items():
if settings_mapper.get(key):
Expand Down

0 comments on commit a4df36f

Please sign in to comment.