Skip to content

Commit 87be792

Browse files
committed
PEP8
1 parent 55d27d3 commit 87be792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciscosparkapi/api/teams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def update(self, teamId, **update_attributes):
191191
raise ciscosparkapiException(error_message)
192192
# API request
193193
json_obj = self._session.put('teams/' + teamId,
194-
json=update_attributes)
194+
json=update_attributes)
195195
# Return a Team object created from the response JSON data
196196
return Team(json_obj)
197197

0 commit comments

Comments
 (0)