mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 20:56:09 +08:00
Apply yapf to python files
This commit is contained in:
+4
-5
@@ -10,11 +10,10 @@ from .prepare import prepare
|
||||
context_settings=dict(max_content_width=85,
|
||||
help_option_names=['-h', '--help']))
|
||||
@click.help_option("--help", "-h", help="Show this message and exit.")
|
||||
@click.version_option(
|
||||
version="0.13.0",
|
||||
prog_name="cellxgene",
|
||||
message="[%(prog)s] Version %(version)s",
|
||||
help="Show the software version and exit.")
|
||||
@click.version_option(version="0.13.0",
|
||||
prog_name="cellxgene",
|
||||
message="[%(prog)s] Version %(version)s",
|
||||
help="Show the software version and exit.")
|
||||
def cli():
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user