Skip to content

Commit

Permalink
Fix pep8 violation.
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed Mar 6, 2015
1 parent 8f3e006 commit 2d4352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mackerel/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def retire_host(self, host_id):
:param host_id: Host id
"""
uri = '/api/v0/hosts/{0}/retire'.format(host_id)
uri = '/api/v0/hosts/{0}/retire'.format(host_id)
headers = {'Content-Type': 'application/json'}
data = self._request(uri, method='POST', headers=headers)

Expand Down

0 comments on commit 2d4352c

Please sign in to comment.