Tests: pathlib used where appropriate
Also fixed various pylint errors and style issues.
This commit is contained in:
@@ -3,6 +3,7 @@ import time
|
||||
|
||||
time.sleep(2)
|
||||
|
||||
|
||||
def application(environ, start_response):
|
||||
body = str(os.getpid()).encode()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user