Skip to content

Commit

Permalink
Adding black error on purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Apr 17, 2021
1 parent 6646c72 commit bc59fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def cli():

@cli.command()
@click.argument("project", type=PROJECT_PATH, default=".")
def runserver(project):
def runserver(project) :
"""Run mesa project PROJECT
PROJECT is the path to the directory containing `run.py`, or the current
Expand Down

0 comments on commit bc59fbe

Please sign in to comment.