Skip to content

Commit

Permalink
[ignore] Apply Black to check formating.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicol authored and lhercot committed Jan 17, 2024
1 parent 5f39bbb commit 9b2ccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/aci_qos_dscp_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@


def main():
new_dscp_spec = dict((k, aci_contract_dscp_spec()[k]) for k in aci_contract_dscp_spec() if k != 'aliases')
new_dscp_spec = dict((k, aci_contract_dscp_spec()[k]) for k in aci_contract_dscp_spec() if k != "aliases")
argument_spec = aci_argument_spec()
argument_spec.update(aci_annotation_spec())
argument_spec.update(aci_owner_spec())
Expand Down

0 comments on commit 9b2ccef

Please sign in to comment.