Skip to content

Commit d93a168

Browse files
committed
example.py: code cleanup
1 parent 184f376 commit d93a168

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

example.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
from pytest_httpserver import HTTPServer
77

88

9-
def foobar(request):
10-
return "Hello world!"
11-
12-
139
server = HTTPServer(port=4000)
1410
server.expect_request("/foobar").respond_with_json({"foo": "bar"})
1511
server.start()

0 commit comments

Comments
 (0)