Skip to content

Commit

Permalink
reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell Buehler committed Feb 13, 2024
1 parent 2176922 commit 3953103
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions st2common/st2common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,11 @@ def register_opts(ignore_errors=False):
api_opts = [
cfg.StrOpt("host", default="127.0.0.1", help="StackStorm API server host"),
cfg.IntOpt("port", default=9101, help="StackStorm API server port"),
cfg.IntOpt("max_page_size",
default=100,
help="Maximum limit (page size) argument which can be specified by the user in a query string.",
),
cfg.IntOpt(
"max_page_size",
default=100,
help="Maximum limit (page size) argument which can be specified by the user in a query string.",
),
cfg.ListOpt(
"allow_origin",
default=["http://127.0.0.1:3000"],
Expand Down

0 comments on commit 3953103

Please sign in to comment.