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:
Jake Jackson 2019-11-13 18:46:14 -05:00 committed by GitHub
parent 0a25db2221
commit e2afd4e6c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,9 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
class ModuleDocFragment(object):
# GCP doc fragment.
DOCUMENTATION = r'''