mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 03:10:30 -07:00
Merge pull request #66 from ansible/sanity_fixes
The last of the sanity fixes
This commit is contained in:
commit
aa51f4df67
2 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
__metaclass__ = type
|
||||
|
||||
|
||||
class ModuleDocFragment(object):
|
||||
# GCP doc fragment.
|
||||
DOCUMENTATION = r'''
|
||||
|
|
|
@ -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