Skip to content

Commit dac4d95

Browse files
committed
example.py: fix imports
1 parent ba3da32 commit dac4d95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!.venv/bin/python3
22

3-
from pytest_httpserver.httpserver import HTTPServer
4-
import time
53
import urllib.request
64
import urllib.error
75

6+
from pytest_httpserver.httpserver import HTTPServer
7+
88

99
def foobar(request):
1010
return "Hello world!"

0 commit comments

Comments
 (0)