Skip to content

Commit

Permalink
make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita committed Jun 30, 2022
1 parent f86d427 commit 25d7298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_sdk/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async def actions(_) -> HTTPResponse:

def run(
action_package_name: Union[Text, types.ModuleType],
port: Union[Text, int] = DEFAULT_SERVER_PORT,
port: int = DEFAULT_SERVER_PORT,
cors_origins: Union[Text, List[Text], None] = "*",
ssl_certificate: Optional[Text] = None,
ssl_keyfile: Optional[Text] = None,
Expand Down

0 comments on commit 25d7298

Please sign in to comment.