Fix [H405] pep rule in heat/objects

Implements bp docstring-improvements

Change-Id: I4038f6695e4d4e9aae2cc6ac9b8830fccd9bfa53
This commit is contained in:
Peter Razumovsky 2015-09-21 16:11:45 +03:00
parent d2a9b3f6a7
commit 9176a36f10
15 changed files with 15 additions and 49 deletions

View File

@ -12,9 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
Event object
"""
"""Event object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -13,9 +13,7 @@
# under the License.
"""
RawTemplate object
"""
"""RawTemplate object."""
import copy

View File

@ -13,10 +13,7 @@
# under the License.
"""
Resource object
"""
"""Resource object."""
from oslo_config import cfg
from oslo_serialization import jsonutils

View File

@ -13,9 +13,7 @@
# under the License.
"""
ResourceData object
"""
"""ResourceData object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -12,9 +12,7 @@
# under the License.
"""
Service object
"""
"""Service object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -13,9 +13,7 @@
# under the License.
"""
Snapshot object
"""
"""Snapshot object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -13,10 +13,7 @@
# under the License.
"""
SoftwareConfig object
"""
"""SoftwareConfig object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -13,10 +13,7 @@
# under the License.
"""
SoftwareDeployment object
"""
"""SoftwareDeployment object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -13,9 +13,7 @@
# under the License.
"""
Stack object
"""
"""Stack object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -12,9 +12,7 @@
# under the License.
"""
StackLock object
"""
"""StackLock object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -12,9 +12,7 @@
# under the License.
"""
StackTag object
"""
"""StackTag object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -12,9 +12,7 @@
# under the License.
"""
SyncPoint object
"""
"""SyncPoint object."""
from oslo_versionedobjects import base

View File

@ -13,10 +13,7 @@
# under the License.
"""
UserCreds object
"""
"""UserCreds object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -12,9 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
WatchData object
"""
"""WatchData object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields

View File

@ -12,9 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
WatchRule object
"""
"""WatchRule object."""
from oslo_versionedobjects import base
from oslo_versionedobjects import fields