Skip to content

Commit 62855fd

Browse files
authored
Update test_httpservers.py
1 parent 782c99d commit 62855fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_httpservers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Written by Cody A.W. Somerville <[email protected]>,
44
Josip Dzolonga, and Michael Otteneder for the 2007/08 GHOP contest.
55
"""
6-
from collections import OrderedDict
6+
77
from http.server import BaseHTTPRequestHandler, HTTPServer, HTTPSServer, \
88
SimpleHTTPRequestHandler
99
from http import server, HTTPStatus

0 commit comments

Comments
 (0)