Skip to content

Commit

Permalink
Update to fix pep8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
William Astorga committed Sep 14, 2021
1 parent 48cc6c0 commit fcbf5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/action/site_design_floormap.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, params, dnac):

def create_params(self):
new_object_params = {}
new_object_params['payload'] = self.new_object.get('payload')
new_object_params['payload'] = self.new_object.get('payload')
return new_object_params

def delete_by_id_params(self):
Expand Down

0 comments on commit fcbf5cf

Please sign in to comment.