Remove useless unittest imports

This commit is contained in:
Markus Unterwaditzer 2014-09-21 16:47:38 +02:00
parent 73b022df70
commit 93001352c6
7 changed files with 8 additions and 18 deletions

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
tests.subclassing
~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
Test that certain behavior of flask can be customized by
subclasses.
@ -10,7 +10,6 @@
:license: BSD, see LICENSE for more details.
"""
import flask
import unittest
from logging import StreamHandler
from flask._compat import StringIO