Fix F401 and remove exclusion

Change-Id: Id2dbff06925ed8326e4a214aabc19d4ada5db69c
This commit is contained in:
Monty Taylor
2019-12-09 13:23:15 -05:00
parent 92d7d7caeb
commit 86670bcec9
7 changed files with 15 additions and 17 deletions

View File

@@ -236,9 +236,10 @@ except ImportError:
HAS_KEYSTONEAUTH1 = False
from ansible.module_utils.basic import AnsibleModule, missing_required_lib
from ansible_collections.openstack.cloud.plugins.module_utils.openstack import (openstack_full_argument_spec,
openstack_module_kwargs,
openstack_cloud_from_module)
from ansible_collections.openstack.cloud.plugins.module_utils.openstack import (
openstack_full_argument_spec,
openstack_cloud_from_module,
)
def _get_volume_quotas(cloud, project):