Remove unused variable from frame helper base (#769)

This commit is contained in:
J. Nick Koston 2023-11-28 08:05:45 -06:00 committed by GitHub
parent 176c7bc4b4
commit 844326a3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: