mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-29 02:04:39 +08:00
committed by
Sebastian Rittau
parent
9b545a01ab
commit
b3aac58db0
+1
-1
@@ -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