Skip to content

Commit 44b4486

Browse files
committed
make lint
1 parent 0b44137 commit 44b4486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/catalog/test_hive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def __init__(self, socket: thrift.transport.TSocket.TServerSocket, response: byt
204204
self._response = response
205205
self._port = None
206206
self._port_bound = threading.Event()
207-
self._clients: list = [] # Track accepted client connections
207+
self._clients: list[thrift.transport.TSocket.TSocket] = [] # Track accepted client connections
208208

209209
def run(self) -> None:
210210
self._socket.listen()

0 commit comments

Comments
 (0)