remove extra newline
This commit is contained in:
parent
51c5f66aac
commit
459697508e
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from jinja2 import Template
|
||||
|
||||
from moto.ec2.models import ec2_backend
|
||||
from moto.ec2.utils import resource_ids_from_querystring
|
||||
|
||||
|
||||
class ElasticBlockStore(object):
|
||||
|
|
@ -83,7 +82,6 @@ class ElasticBlockStore(object):
|
|||
template = Template(DETATCH_VOLUME_RESPONSE)
|
||||
return template.render(attachment=attachment)
|
||||
|
||||
|
||||
def enable_volume_io(self):
|
||||
raise NotImplementedError('ElasticBlockStore.enable_volume_io is not yet implemented')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue