Skip to content

Commit

Permalink
Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
testcraftsman committed Sep 3, 2018
1 parent dcc7e60 commit 2da6aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tpldemo.py
Expand Up @@ -60,6 +60,7 @@ def pool_add(self, name, connection, product, template_name, resource_max):

def pool_remove(self, name, immediate=False):
""" Remove a pool. """

fmt = self.url + "pool/remove/%s?immediate=%s"
url = fmt % (name, immediate)
rtc = requests.delete(url)
Expand Down

0 comments on commit 2da6aa7

Please sign in to comment.