Ruff linter

This commit is contained in:
Leo Vasanko
2023-10-27 10:49:11 +01:00
parent 4a53d0b8e2
commit b0d6b75ac1
3 changed files with 10 additions and 8 deletions

View File

@@ -1,14 +1,13 @@
from functools import wraps
import msgspec
from cista import auth
from cista.protocol import ErrorMsg
from sanic import errorpages
from sanic.exceptions import SanicException
from sanic.log import logger
from sanic.response import raw, redirect
from cista import auth
from cista.protocol import ErrorMsg
def asend(ws, msg):
"""Send JSON message or bytes to a websocket"""