Skip to content

Commit

Permalink
pep8 - new line at end of file
Browse files Browse the repository at this point in the history
Closes #796

Signed-off-by: Tomaz Muraus <tomaz@tomaz.me>
  • Loading branch information
tobias-paepke-fhe3 authored and Kami committed May 28, 2016
1 parent 323473e commit bc40d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcloud/loadbalancer/drivers/elb.py
Expand Up @@ -355,4 +355,4 @@ def _create_list_params(self, params, items, label):
def _ex_connection_class_kwargs(self):
kwargs = super(ElasticLBDriver, self)._ex_connection_class_kwargs()
kwargs['signature_version'] = self.signature_version
return kwargs
return kwargs

0 comments on commit bc40d0b

Please sign in to comment.