mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-29 21:19:10 -07:00
chore: removed unused imports
This commit is contained in:
parent
9efbead253
commit
811327bc09
128 changed files with 94 additions and 138 deletions
|
@ -5,7 +5,6 @@ from __future__ import (absolute_import, division, print_function)
|
|||
|
||||
__metaclass__ = type
|
||||
|
||||
import ast
|
||||
import os
|
||||
import json
|
||||
|
||||
|
@ -25,8 +24,7 @@ except ImportError:
|
|||
HAS_GOOGLE_LIBRARIES = False
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule, env_fallback
|
||||
from ansible.module_utils.six import string_types
|
||||
from ansible.module_utils._text import to_text, to_native
|
||||
from ansible.module_utils._text import to_text
|
||||
|
||||
|
||||
def navigate_hash(source, path, default=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue