[3.12] Explicitly import urllib.error in urllib.robotparser (GH-128737) (#128794)

Explicitly import `urllib.error` in `urllib.robotparser` (GH-128737)
(cherry picked from commit 53e8942e69)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-01-13 17:32:38 +01:00 committed by GitHub
parent ca5ff6b40c
commit 552b2a0f6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@
"""
import collections
import urllib.error
import urllib.parse
import urllib.request