forked from orbit-oss/flask
Fix #1477
This commit is contained in:
parent
cc6bf7c18a
commit
554c5b965a
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ class Blueprint(_PackageBoundObject):
|
|||
self.static_folder = static_folder
|
||||
self.static_url_path = static_url_path
|
||||
self.deferred_functions = []
|
||||
self.view_functions = {}
|
||||
if url_defaults is None:
|
||||
url_defaults = {}
|
||||
self.url_values_defaults = url_defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue