formatting fixes
parent
f68be2a72c
commit
f6ee33a90e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue