Remove useless imports
This commit is contained in:
parent
4fca38c078
commit
56db3ddf4e
1 changed files with 1 additions and 5 deletions
|
|
@ -1,14 +1,10 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
tests.deprecations
|
tests.deprecations
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Tests deprecation support. Not used currently.
|
Tests deprecation support. Not used currently.
|
||||||
|
|
||||||
:copyright: (c) 2014 by Armin Ronacher.
|
:copyright: (c) 2014 by Armin Ronacher.
|
||||||
:license: BSD, see LICENSE for more details.
|
:license: BSD, see LICENSE for more details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import flask
|
|
||||||
import unittest
|
|
||||||
from tests import catch_warnings
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue