Merge "TrivialFix: the format of the annotation"

This commit is contained in:
Jenkins
2017-09-22 05:36:42 +00:00
committed by Gerrit Code Review
2 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
class ContainerWebSocketException(Exception):
'base for all ContainerWebSocket interactive generated exceptions'
"""base for all ContainerWebSocket interactive generated exceptions"""
def __init__(self, wrapped=None, message=None):
self.wrapped = wrapped
if message: