Browse Source

Remove useless imports

pull/1165/head
Markus Unterwaditzer 10 years ago
parent
commit
56db3ddf4e
  1. 6
      tests/test_deprecations.py

6
tests/test_deprecations.py

@ -1,14 +1,10 @@
# -*- coding: utf-8 -*-
"""
tests.deprecations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
Tests deprecation support. Not used currently.
:copyright: (c) 2014 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
import flask
import unittest
from tests import catch_warnings

Loading…
Cancel
Save