mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-28 03:30:19 -07:00
fixing for sanity test metaclass (#64)
fixing for sanity test metaclass
This commit is contained in:
commit
536bc4441a
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import requests
|
import requests
|
||||||
HAS_REQUESTS = True
|
HAS_REQUESTS = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue