From 56db3ddf4e77a9c2184bf9580a67bcb2dd8ca4d7 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 4 Sep 2014 16:28:50 +0200 Subject: [PATCH] Remove useless imports --- tests/test_deprecations.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/test_deprecations.py b/tests/test_deprecations.py index 4b226d0e..bbbe10ad 100644 --- a/tests/test_deprecations.py +++ b/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