Skip to content

Commit 218bf45

Browse files
committed
GR-9143: revert urllib.error patch
1 parent f4a8d92 commit 218bf45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graalpython/lib-python/3/test/support/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
import time
3232
import types
3333
import unittest
34-
# TODO: Truffle reenable me once supported (GR-9143)
35-
# import urllib.error
34+
import urllib.error
3635
import warnings
3736

3837

0 commit comments

Comments
 (0)