Skip to content

Commit

Permalink
Auto format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
parberge committed Sep 18, 2020
1 parent 1369b20 commit b96a657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion locust/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ def main():

if options.master:
runner = environment.create_master_runner(
master_bind_host=options.master_bind_host, master_bind_port=options.master_bind_port,
master_bind_host=options.master_bind_host,
master_bind_port=options.master_bind_port,
)
elif options.worker:
try:
Expand Down

0 comments on commit b96a657

Please sign in to comment.