Skip to content

Commit

Permalink
Clean an unused import
Browse files Browse the repository at this point in the history
ThreadingHTTPServer was unused. So It's deleted.
  • Loading branch information
lohaswinner committed Dec 3, 2022
1 parent b76486f commit d6b19e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/algorithm/http-server/1.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json
import concurrent.futures
import urllib.request
from http.server import HTTPServer, ThreadingHTTPServer, BaseHTTPRequestHandler
from http.server import HTTPServer, BaseHTTPRequestHandler
from threading import Thread
from io import BytesIO

Expand Down

0 comments on commit d6b19e5

Please sign in to comment.