diff --git a/cinder/volume/api.py b/cinder/volume/api.py index c23ff80f134..311e9e12db4 100644 --- a/cinder/volume/api.py +++ b/cinder/volume/api.py @@ -1660,7 +1660,7 @@ class API(base.Base): return "Backend reported error during thaw_host operation." def check_volume_filters(self, filters): - '''Sets the user filter value to accepted format''' + """Sets the user filter value to accepted format.""" booleans = self.db.get_booleans_for_table('volume') # To translate any true/false equivalent to True/False