Tests: style.

This commit is contained in:
Andrei Zeliankou
2021-10-18 01:10:11 +01:00
parent 78a4063063
commit 39adb292d5
51 changed files with 19 additions and 74 deletions

View File

@@ -1,5 +1,3 @@
import os
def application(environ, start_response):
body = "v1".encode()

View File

@@ -1,5 +1,3 @@
import os
def application(environ, start_response):
body = "v2".encode()

View File

@@ -1,7 +1,6 @@
import asyncio
import sys
import time
import threading
import time
class Foo(threading.Thread):

View File

@@ -1,6 +1,6 @@
import sys
import time
import threading
import time
class Foo(threading.Thread):

View File

@@ -1,6 +1,5 @@
import asyncio
import time
import threading
import time
async def application(scope, receive, send):

View File

@@ -1,5 +1,5 @@
import time
import threading
import time
def application(environ, start_response):

View File

@@ -1,5 +1,5 @@
import cgi
from tempfile import TemporaryFile
import os, cgi
def read(environ):