Black formatting
This commit is contained in:
parent
76b9cbe16d
commit
d3367b8a90
2 changed files with 5 additions and 4 deletions
|
|
@ -232,12 +232,11 @@ class InvalidVolumeAttachmentError(EC2ClientError):
|
|||
|
||||
|
||||
class VolumeInUseError(EC2ClientError):
|
||||
|
||||
def __init__(self, volume_id, instance_id):
|
||||
super(VolumeInUseError, self).__init__(
|
||||
"VolumeInUse",
|
||||
"Volume {0} is currently attached to {1}"
|
||||
.format(volume_id, instance_id))
|
||||
"Volume {0} is currently attached to {1}".format(volume_id, instance_id),
|
||||
)
|
||||
|
||||
|
||||
class InvalidDomainError(EC2ClientError):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue