mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 10:02:20 +02:00
Improves PEP8 compatibility.
This commit is contained in:
parent
b22dd51bd7
commit
22fd0746d9
12 changed files with 28 additions and 34 deletions
|
@ -1,12 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import json
|
||||
from urlparse import ParseResult
|
||||
from mock import patch
|
||||
from searx import webapp
|
||||
from searx.testing import SearxTestCase
|
||||
from urlparse import ParseResult
|
||||
|
||||
|
||||
import json
|
||||
|
||||
|
||||
class ViewsTestCase(SearxTestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue