Skip to content

Commit 4e375c9

Browse files
mdesmetebyhr
authored andcommitted
Remove obsolete TimeoutException
1 parent e9fa66c commit 4e375c9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/integration/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import pytest
2323
from trino.client import TrinoQuery, TrinoRequest, ClientSession
2424
from trino.constants import DEFAULT_PORT
25-
from trino.exceptions import TimeoutError
2625

2726

2827
logger = trino.logging.get_logger(__name__)

trino/exceptions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ class TrinoError(Exception):
4141
pass
4242

4343

44-
class TimeoutError(Exception):
45-
pass
46-
47-
4844
class TrinoAuthError(Exception):
4945
pass
5046

0 commit comments

Comments
 (0)