mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-22 14:01:49 -07:00
Merge pull request #63 from ansible/thedoubl3j-patch-1
fixing pep8 sanity test doc fragments file
This commit is contained in:
commit
91bb2b6b1b
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
|
|
||||||
class ModuleDocFragment(object):
|
class ModuleDocFragment(object):
|
||||||
# GCP doc fragment.
|
# GCP doc fragment.
|
||||||
DOCUMENTATION = r'''
|
DOCUMENTATION = r'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue