formatting fixes

pull/1156/head
Michael Nguyen 2017-10-13 17:39:14 -05:00 committed by Matthew D. Scholefield
parent f68be2a72c
commit f6ee33a90e
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ class SkillSettings(dict):
"""
return self.api.request({
"method": "DELETE",
"path": self._api_path+"/{}".format(uuid)
"path": self._api_path + "/{}".format(uuid)
})
def store(self, force=False):