Remove useless unittest imports

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

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
tests.blueprints
~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
Blueprints (and currently modules)
@ -12,7 +12,6 @@
import pytest
import flask
import unittest
from flask._compat import text_type
from werkzeug.http import parse_cache_control_header