simplyprint: fix error on import
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
80fb97c9bc
commit
160f6d64be
|
@ -14,12 +14,11 @@ import pathlib
|
||||||
import base64
|
import base64
|
||||||
import tornado.websocket
|
import tornado.websocket
|
||||||
from tornado.escape import url_escape
|
from tornado.escape import url_escape
|
||||||
from ..websockets import Subscribable, WebRequest
|
|
||||||
|
|
||||||
import logging.handlers
|
import logging.handlers
|
||||||
import tempfile
|
import tempfile
|
||||||
from queue import SimpleQueue
|
from queue import SimpleQueue
|
||||||
from loghelper import LocalQueueHandler
|
from ..loghelper import LocalQueueHandler
|
||||||
|
from ..websockets import Subscribable, WebRequest
|
||||||
|
|
||||||
from typing import (
|
from typing import (
|
||||||
TYPE_CHECKING,
|
TYPE_CHECKING,
|
||||||
|
|
Loading…
Reference in New Issue