summaryrefslogtreecommitdiff
path: root/trove/__init__.py
diff options
context:
space:
mode:
authorSushil Kumar <sushil.kumar3@hp.com>2015-05-20 19:53:12 +0000
committerSushil Kumar <sushil.kumar3@hp.com>2015-05-29 07:27:59 +0000
commit843bb0cd53f6cc3caa9beeb8f07a374943d01889 (patch)
tree1d3669e320affdd4f59cd88c404ef420b1e0cfd4 /trove/__init__.py
parent0f3d24254811906810552217cf05ed9409f415fc (diff)
downloadtrove-843bb0cd53f6cc3caa9beeb8f07a374943d01889.tar.gz
Fixes hacking rules
This patchset helps reducing the ignored pep8 errors. Fixed some ignored hacking rules, as listed follows: - E111 indentation is not a multiple of four - E122 continuation line missing indentation or outdented - E123 closing bracket does not match indentation of opening bracket's line - E128 continuation line under-indented for visual indent - E251 unexpected spaces around keyword / parameter equals - E265 block comment should start with '# ' - E713 test for membership should be 'not in' - H105 Don't use author tags - H306 imports not in alphabetical order Change-Id: Iadf2af4f6ec90420153ad63b5a41650392ef2cbd
Diffstat (limited to 'trove/__init__.py')
-rw-r--r--trove/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/trove/__init__.py b/trove/__init__.py
index 932f8f73..7faa6825 100644
--- a/trove/__init__.py
+++ b/trove/__init__.py
@@ -19,7 +19,6 @@
.. automodule:: trove
:platform: Unix
:synopsis: Platform-As-A-Service Database Cloud
-.. moduleauthor:: Michael Basnight <mbasnight@gmail.com>
"""
__all__ = ['__version__']