Skip to content

Commit 77e3177

Browse files
authored
Remove unused imports (#114)
1 parent 45441ae commit 77e3177

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

shinywidgets/_shinywidgets.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010

1111
import copy
1212
import importlib
13-
import inspect
1413
import json
1514
import os
1615
import tempfile
17-
from typing import Any, Awaitable, Callable, Optional, Sequence, Union, cast, overload
16+
from typing import Any, Optional, Sequence, Union, cast, overload
1817
from uuid import uuid4
1918
from weakref import WeakSet
2019

@@ -27,10 +26,8 @@
2726
)
2827
from ipywidgets.widgets.widget import Widget
2928
from shiny import Session, reactive
30-
from shiny._utils import run_coro_sync, wrap_async
3129
from shiny.http_staticfiles import StaticFiles
3230
from shiny.module import resolve_id
33-
from shiny.render import RenderFunction, RenderFunctionAsync
3431
from shiny.render.transformer import (
3532
TransformerMetadata,
3633
ValueFn,

0 commit comments

Comments
 (0)