Skip to content

Commit

Permalink
remove notes refering to specific version of Falcon
Browse files Browse the repository at this point in the history
  • Loading branch information
yedpodtrzitko committed Jul 28, 2022
1 parent d7ae4d7 commit 72ebc85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Yet another library to generate OpenAPI documents and validate requests & respon
* Validate query, JSON data, response data with [pydantic](https://github.com/samuelcolvin/pydantic/) :wink:
* Current support:
* Flask [demo](#flask)
* Falcon [demo](#falcon) (including ASGI)
* Falcon [demo](#falcon)
* Starlette [demo](#starlette)

## Quick Start
Expand Down
1 change: 0 additions & 1 deletion spectree/plugins/falcon_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def __init__(self, spectree):
from falcon import HTTP_400, HTTP_415, HTTPError
from falcon.routing.compiled import _FIELD_PATTERN

# used to detect falcon 3.0 request media parse error
self.FALCON_HTTP_ERROR = HTTPError
self.FALCON_MEDIA_ERROR_CODE = (HTTP_400, HTTP_415)
self.FIELD_PATTERN = _FIELD_PATTERN
Expand Down

0 comments on commit 72ebc85

Please sign in to comment.