mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-27 11:10:20 -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)
|
||||
|
||||
__metaclass__ = type
|
||||
|
||||
try:
|
||||
import requests
|
||||
HAS_REQUESTS = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue