We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TimeoutException
1 parent e9fa66c commit 4e375c9Copy full SHA for 4e375c9
tests/integration/conftest.py
@@ -22,7 +22,6 @@
22
import pytest
23
from trino.client import TrinoQuery, TrinoRequest, ClientSession
24
from trino.constants import DEFAULT_PORT
25
-from trino.exceptions import TimeoutError
26
27
28
logger = trino.logging.get_logger(__name__)
trino/exceptions.py
@@ -41,10 +41,6 @@ class TrinoError(Exception):
41
pass
42
43
44
-class TimeoutError(Exception):
45
- pass
46
-
47
48
class TrinoAuthError(Exception):
49
50
0 commit comments