Skip to content

Commit cae9ffa

Browse files
committed
Fix duplicate socket.timeout definition
1 parent bd937c5 commit cae9ffa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

graalpython/lib-graalpython/_socket.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@
109109
error = OSError
110110

111111

112-
class timeout(OSError):
113-
pass
114-
115-
116112
__default_timeout = None
117113

118114

0 commit comments

Comments
 (0)