Skip to content

Commit

Permalink
commit various reformatting (faust-streaming#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Dec 15, 2022
1 parent 337cd30 commit ae685ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
r'faust.web.apps.*',
'faust.web.apps.stats.app',
'faust.web.apps.router.app',
'faust'
'faust',
'faust.web.drivers',
r'.*\._cython.*',
],
Expand Down
2 changes: 1 addition & 1 deletion faust/cli/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class worker(AppCommand):
"-h",
default=None,
type=str,
help=f"Canonical host name for the web server " f"(default: {WEB_BIND})",
help=f"Canonical host name for the web server (default: {WEB_BIND})",
),
]

Expand Down

0 comments on commit ae685ef

Please sign in to comment.