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.
1 parent eb7b817 commit 559bc6dCopy full SHA for 559bc6d
tests/catalog/test_hive.py
@@ -17,7 +17,6 @@
17
# pylint: disable=protected-access,redefined-outer-name
18
import base64
19
import copy
20
-import logging
21
import struct
22
import threading
23
import uuid
@@ -221,9 +220,7 @@ def run(self) -> None:
221
220
client.write(self._response)
222
client.flush()
223
except Exception:
224
- logging.exception(
225
- "An error occurred while responding to client",
226
- )
+ pass
227
228
@property
229
def port(self) -> Optional[int]:
0 commit comments