summaryrefslogtreecommitdiff
path: root/Lib/test/test_robotparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_robotparser.py')
-rw-r--r--Lib/test/test_robotparser.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py
index 90b30722da..76f4f7c614 100644
--- a/Lib/test/test_robotparser.py
+++ b/Lib/test/test_robotparser.py
@@ -2,8 +2,6 @@ import io
import unittest
import urllib.robotparser
from collections import namedtuple
-from urllib.error import URLError, HTTPError
-from urllib.request import urlopen
from test import support
from http.server import BaseHTTPRequestHandler, HTTPServer
try: