mirror of https://github.com/citusdata/citus.git
fix flake8 linter issues
parent
298a55bb5f
commit
4cfee75af9
|
@ -51,6 +51,7 @@ def main(args):
|
||||||
with open(target_path, 'w') as f:
|
with open(target_path, 'w') as f:
|
||||||
json.dump(c_cpp_properties, f, indent=4)
|
json.dump(c_cpp_properties, f, indent=4)
|
||||||
|
|
||||||
|
|
||||||
def generate_configuration(version):
|
def generate_configuration(version):
|
||||||
"""Returns a configuration for the given postgres version.
|
"""Returns a configuration for the given postgres version.
|
||||||
|
|
||||||
|
@ -77,6 +78,7 @@ def generate_configuration(version):
|
||||||
"configurationProvider": "ms-vscode.makefile-tools"
|
"configurationProvider": "ms-vscode.makefile-tools"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
arguments = docopt(__doc__, version='0.1.0')
|
arguments = docopt(__doc__, version='0.1.0')
|
||||||
main(arguments)
|
main(arguments)
|
||||||
|
|
Loading…
Reference in New Issue