Cleanup unused imports
This commit is contained in:
parent
f3890ffc31
commit
74e2c19865
19 changed files with 36 additions and 87 deletions
|
|
@ -1,10 +1,7 @@
|
|||
from jinja2 import Template
|
||||
|
||||
from moto.ec2.models import ec2_backend
|
||||
from moto.ec2.utils import resource_ids_from_querystring
|
||||
from moto.core.responses import BaseResponse
|
||||
|
||||
|
||||
class NetworkACLs(object):
|
||||
class NetworkACLs(BaseResponse):
|
||||
def create_network_acl(self):
|
||||
raise NotImplementedError('NetworkACLs(AmazonVPC).create_network_acl is not yet implemented')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue