Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma authored and OgnjenFrancuski committed Nov 22, 2023
1 parent 18941db commit d406c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rasa_sdk/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
from sanic import Sanic, response
from sanic.response import HTTPResponse
from sanic.request import Request

with warnings.catch_warnings():
warnings.filterwarnings("ignore",category=DeprecationWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)
from sanic_cors import CORS

from rasa_sdk import utils
Expand Down

0 comments on commit d406c94

Please sign in to comment.