Remove redudent space in doc string
In file ceilometer/compute/plugin.py, there are some redudent spaces, the patch will remove them and make the code more pleasure:) Change-Id: I1a896366bab3344422d905b30b24cbb8f257ddde
This commit is contained in:
parent
a77dd2b540
commit
522b7ffb32
@ -28,8 +28,8 @@ from ceilometer import plugin
|
||||
class ComputePollster(plugin.PollsterBase):
|
||||
"""Base class for plugins.
|
||||
|
||||
It supports the polling API on the compute node.
|
||||
"""
|
||||
It supports the polling API on the compute node.
|
||||
"""
|
||||
|
||||
@abc.abstractmethod
|
||||
def get_samples(self, manager, cache, resources):
|
||||
|
Loading…
x
Reference in New Issue
Block a user