forked from orbit-oss/flask
remove unused module docstrings
This commit is contained in:
parent
cd8a374504
commit
f2f027d1fb
37 changed files with 15 additions and 331 deletions
|
|
@ -1,15 +1,3 @@
|
|||
"""
|
||||
flask
|
||||
~~~~~
|
||||
|
||||
A microframework based on Werkzeug. It's extensively documented
|
||||
and follows best practice patterns.
|
||||
|
||||
:copyright: 2010 Pallets
|
||||
:license: BSD-3-Clause
|
||||
"""
|
||||
# utilities we import from Werkzeug and Jinja2 that are unused
|
||||
# in the module but are exported as public interface.
|
||||
from jinja2 import escape
|
||||
from jinja2 import Markup
|
||||
from werkzeug.exceptions import abort
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue