simplyprint: fix error on import

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-02-24 07:00:47 -05:00
parent 80fb97c9bc
commit 160f6d64be
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 2 additions and 3 deletions

View File

@ -14,12 +14,11 @@ import pathlib
import base64
import tornado.websocket
from tornado.escape import url_escape
from ..websockets import Subscribable, WebRequest
import logging.handlers
import tempfile
from queue import SimpleQueue
from loghelper import LocalQueueHandler
from ..loghelper import LocalQueueHandler
from ..websockets import Subscribable, WebRequest
from typing import (
TYPE_CHECKING,