diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-04 23:31:46 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-04 23:31:46 +0000 |
| commit | 9f217b63ade96bf1fdcc8ef73d79143eb321dc2b (patch) | |
| tree | 7e89675b774175bf1d600cfe7417f41792b1baaf /keystoneclient/base.py | |
| parent | 2f2fc1a07146bb7e9be72c0e3a409cb59bda5abe (diff) | |
| parent | 4c180e691fe1deed3b253016c28e8f6987436074 (diff) | |
| download | python-keystoneclient-9f217b63ade96bf1fdcc8ef73d79143eb321dc2b.tar.gz | |
Merge "Fixing D200 PEP257 violation."
Diffstat (limited to 'keystoneclient/base.py')
| -rw-r--r-- | keystoneclient/base.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keystoneclient/base.py b/keystoneclient/base.py index 803df15..8b36123 100644 --- a/keystoneclient/base.py +++ b/keystoneclient/base.py @@ -15,9 +15,7 @@ # License for the specific language governing permissions and limitations # under the License. -""" -Base utilities to build API operation managers and objects on top of. -""" +"""Base utilities to build API operation managers and objects on top of.""" import abc import copy |
