mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 11:20:28 -07:00
fixing for sanity test metaclass
fix addressing ```ERROR: plugins/module_utils/gcp_utils.py:0:0: missing: __metaclass__ = type ``` tested locally and passes
This commit is contained in:
parent
91bb2b6b1b
commit
d7e0f8694a
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
__metaclass__ = type
|
||||
|
||||
try:
|
||||
import requests
|
||||
HAS_REQUESTS = True
|
||||
|
|
Loading…
Add table
Reference in a new issue