Fix for pep8 E305 failing in gate

Fix for the following:

./novaproxy/mksproxy.py:84:1: E305 expected 2 blank lines after
class or function definition, found 1

Change-Id: Ic26abb44879a62445577022f969f57fbdbe2bb45
This commit is contained in:
Eric Brown 2017-01-26 14:14:51 -08:00
parent e90cadf5a4
commit 9692549489
1 changed files with 1 additions and 0 deletions

View File

@ -81,5 +81,6 @@ def main():
RequestHandlerClass=authd.AuthdRequestHandler
).start_server()
if __name__ == '__main__':
main()