Remove unused variable from frame helper base

This commit is contained in:
J. Nick Koston 2023-11-28 08:02:35 -06:00
parent e182f68b42
commit c60d63e99c
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ WRITE_EXCEPTIONS = (RuntimeError, ConnectionResetError, OSError)
_int = int
_bytes = bytes
_float = float
class APIFrameHelper: