mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 03:10:30 -07:00
fixing pep8 sanity test doc fragments
fix for sanity test ```ERROR: Found 1 pep8 issue(s) which need to be resolved: ERROR: plugins/doc_fragment/gcp.py:10:1: E302: expected 2 blank lines, found 1 ``` tested and passed with this fix
This commit is contained in:
parent
0a25db2221
commit
e2afd4e6c1
1 changed files with 3 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'''
|
||||
|
|
Loading…
Add table
Reference in a new issue