Update exceptions.py

This commit is contained in:
Clxud 2023-03-09 17:21:37 -05:00 committed by GitHub
parent 739e926d09
commit 5c6ae99e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ __all__ = (
'PomiceException', 'PomiceException',
'NodeException', 'NodeException',
'NodeCreationError', 'NodeCreationError',
'NodeConnectionError',
'NodeConnectionFailure', 'NodeConnectionFailure',
'NodeConnectionClosed', 'NodeConnectionClosed',
'NodeRestException', 'NodeRestException',