Skip to content

Commit

Permalink
Revert "PR #64 clean up superfluous imports"
Browse files Browse the repository at this point in the history
This reverts commit 7aa3cbb.
  • Loading branch information
jantman committed Sep 30, 2015
1 parent e342771 commit 27dfc3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions awslimitchecker/services/autoscaling.py
Expand Up @@ -39,6 +39,7 @@

import abc # noqa
import boto
import boto.ec2.autoscale
import logging

from .base import _AwsService
Expand Down
1 change: 1 addition & 0 deletions awslimitchecker/services/ebs.py
Expand Up @@ -39,6 +39,7 @@

import abc # noqa
import boto
import boto.ec2
import logging
from .base import _AwsService
from ..limit import AwsLimit
Expand Down
1 change: 1 addition & 0 deletions awslimitchecker/services/elb.py
Expand Up @@ -39,6 +39,7 @@

import abc # noqa
import boto
import boto.ec2.elb
import logging

from .base import _AwsService
Expand Down
1 change: 1 addition & 0 deletions awslimitchecker/services/rds.py
Expand Up @@ -39,6 +39,7 @@

import abc # noqa
import boto
import boto.rds2
import logging

from .base import _AwsService
Expand Down
1 change: 1 addition & 0 deletions awslimitchecker/services/vpc.py
Expand Up @@ -39,6 +39,7 @@

import abc # noqa
import boto
import boto.vpc
import logging
from collections import defaultdict

Expand Down

0 comments on commit 27dfc3e

Please sign in to comment.