Remove flask superclass
This commit is contained in:
parent
af41dbe0c4
commit
af4cb0ff2b
15 changed files with 14 additions and 35 deletions
|
|
@ -15,7 +15,7 @@ import os
|
|||
import flask
|
||||
import unittest
|
||||
from logging import StreamHandler
|
||||
from tests import TestFlask, catch_warnings, catch_stderr
|
||||
from tests import catch_warnings, catch_stderr
|
||||
from werkzeug.http import parse_cache_control_header, parse_options_header
|
||||
from flask._compat import StringIO, text_type
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue