Skip to content

Commit 592ad08

Browse files
committed
remove unused imports
1 parent 41c2c8f commit 592ad08

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/idom/backend/flask.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from flask_cors import CORS
2323
from flask_sock import Sock
2424
from simple_websocket import Server as WebSocket
25-
from werkzeug.local import LocalProxy
2625
from werkzeug.serving import BaseWSGIServer, make_server
2726

2827
import idom

src/idom/backend/sanic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
from sanic import Blueprint, Sanic, request, response
1212
from sanic.config import Config
13-
from sanic.models.asgi import ASGIScope
1413
from sanic.server.websockets.connection import WebSocketConnection
1514
from sanic_cors import CORS
1615

tests/test_backend/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import MutableMapping, get_type_hints
1+
from typing import MutableMapping
22

33
import pytest
44

0 commit comments

Comments
 (0)