diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2018-02-05 14:13:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-05 14:13:19 +0000 |
commit | e0aa936b1f3526e3e519cdf9aabf9be6247c7762 (patch) | |
tree | cc4f28113cdc3fdc461a5d8338a9a718bb22a8c7 /functest/opnfv_tests/openstack/snaps/snaps_utils.py | |
parent | 3009b15820e4eede5d52090146581c8aaf1eb0bc (diff) | |
parent | e26f3c31bc6e11fdf34e559596cb14581c21dca1 (diff) |
Merge "Add modules docstrings in snaps"
Diffstat (limited to 'functest/opnfv_tests/openstack/snaps/snaps_utils.py')
-rw-r--r-- | functest/opnfv_tests/openstack/snaps/snaps_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/snaps_utils.py b/functest/opnfv_tests/openstack/snaps/snaps_utils.py index e2f75c3f..6bc50ad6 100644 --- a/functest/opnfv_tests/openstack/snaps/snaps_utils.py +++ b/functest/opnfv_tests/openstack/snaps/snaps_utils.py @@ -7,7 +7,7 @@ # # http://www.apache.org/licenses/LICENSE-2.0 -# pylint: disable=missing-docstring +"""Some common utils wrapping snaps functions """ from functest.utils.constants import CONST |