We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b691c7 commit ae4619aCopy full SHA for ae4619a
src/pymc_server/cli.py
@@ -4,6 +4,6 @@
4
def cli():
5
pass
6
7
- @cli.command()
8
- def foo():
9
- click.echo('bar')
+@cli.command()
+def foo():
+ click.echo('bar')
0 commit comments