Skip to content

Commit 51d3a5b

Browse files
committed
updates for Lint
1 parent 594ed02 commit 51d3a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonosc/tcp_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def get_messages(self, timeout: int = 30) -> Generator:
121121
yield OscMessage(m)
122122
r = self.receive(timeout)
123123

124+
124125
class TCPDispatchClient(SimpleTCPClient):
125126
"""OSC TCP Client that includes a :class:`Dispatcher` for handling responses and other messages from the server"""
126127

@@ -140,7 +141,6 @@ def handle_messages(self, timeout: int = 30) -> None:
140141
r = self.receive(timeout)
141142

142143

143-
144144
class AsyncTCPClient:
145145
"""Async OSC client to send :class:`OscMessage` or :class:`OscBundle` via TCP"""
146146

0 commit comments

Comments
 (0)