mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 10:26:31 +08:00
Mark Flask-Cors as complete (#13820)
This commit is contained in:
@@ -2,7 +2,3 @@ version = "5.0.*"
|
||||
upstream_repository = "https://github.com/corydolphin/flask-cors"
|
||||
# Requires a version of flask with a `py.typed` file
|
||||
requires = ["Flask>=2.0.0"]
|
||||
partial_stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = true
|
||||
|
||||
@@ -5,3 +5,5 @@ from .extension import CORS as CORS
|
||||
from .version import __version__ as __version__
|
||||
|
||||
rootlogger: Logger
|
||||
|
||||
__all__ = ["CORS", "__version__", "cross_origin"]
|
||||
|
||||
Reference in New Issue
Block a user