Remove useless unittest imports
This commit is contained in:
parent
2401e21efd
commit
c6795eb626
7 changed files with 8 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
tests.views
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~
|
||||
|
||||
Pluggable views.
|
||||
|
||||
|
|
@ -13,7 +13,6 @@ import pytest
|
|||
|
||||
import flask
|
||||
import flask.views
|
||||
import unittest
|
||||
|
||||
from werkzeug.http import parse_set_header
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue