We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3da32 commit dac4d95Copy full SHA for dac4d95
1 file changed
example.py
@@ -1,10 +1,10 @@
1
#!.venv/bin/python3
2
3
-from pytest_httpserver.httpserver import HTTPServer
4
-import time
5
import urllib.request
6
import urllib.error
7
+from pytest_httpserver.httpserver import HTTPServer
+
8
9
def foobar(request):
10
return "Hello world!"
0 commit comments