Skip to content

Commit

Permalink
Remove unused imports (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert authored Nov 7, 2023
1 parent 45441ae commit 77e3177
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shinywidgets/_shinywidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@

import copy
import importlib
import inspect
import json
import os
import tempfile
from typing import Any, Awaitable, Callable, Optional, Sequence, Union, cast, overload
from typing import Any, Optional, Sequence, Union, cast, overload
from uuid import uuid4
from weakref import WeakSet

Expand All @@ -27,10 +26,8 @@
)
from ipywidgets.widgets.widget import Widget
from shiny import Session, reactive
from shiny._utils import run_coro_sync, wrap_async
from shiny.http_staticfiles import StaticFiles
from shiny.module import resolve_id
from shiny.render import RenderFunction, RenderFunctionAsync
from shiny.render.transformer import (
TransformerMetadata,
ValueFn,
Expand Down

0 comments on commit 77e3177

Please sign in to comment.