mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
committed by
Sebastian Rittau
parent
9b545a01ab
commit
b3aac58db0
2
third_party/2and3/flask/blueprints.pyi
vendored
2
third_party/2and3/flask/blueprints.pyi
vendored
@@ -24,7 +24,7 @@ class Blueprint(_PackageBoundObject):
|
||||
json_decoder: Any = ...
|
||||
import_name: str = ...
|
||||
template_folder: Optional[str] = ...
|
||||
root_path: Optional[str] = ...
|
||||
root_path: str = ...
|
||||
name: str = ...
|
||||
url_prefix: Optional[str] = ...
|
||||
subdomain: Optional[str] = ...
|
||||
|
||||
Reference in New Issue
Block a user