Skip to content

Commit 6450049

Browse files
committed
fix style issues
1 parent 0739736 commit 6450049

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/idom/backend/tornado.py

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

1111
from tornado.httpserver import HTTPServer
1212
from tornado.httputil import HTTPServerRequest
13-
from tornado.ioloop import IOLoop
1413
from tornado.log import enable_pretty_logging
1514
from tornado.platform.asyncio import AsyncIOMainLoop
1615
from tornado.web import Application, RequestHandler, StaticFileHandler

src/idom/core/hooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
from idom.config import IDOM_DEBUG_MODE
2828
from idom.utils import Ref
2929

30-
from ._f_back import f_module_name
3130
from ._thread_local import ThreadLocal
3231
from .types import ComponentType, Key, VdomDict
3332
from .vdom import vdom

src/idom/core/vdom.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations
22

3-
import inspect
43
import logging
54
from typing import Any, Dict, List, Mapping, Optional, Sequence, Tuple, cast
65

tests/test_core/test_hooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import asyncio
2-
import re
32

43
import pytest
54

0 commit comments

Comments
 (0)