Skip to content

Commit 483c9fe

Browse files
author
John Allsup
committed
Removed unnecessary exception class
1 parent b172fa7 commit 483c9fe

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pythonosc/udp_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
from typing import Union
1717

18-
class UdpClientException(Exception):
19-
pass
20-
2118
class UDPClient(object):
2219
"""OSC client to send :class:`OscMessage` or :class:`OscBundle` via UDP"""
2320

0 commit comments

Comments
 (0)