diff options
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 |
