Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Oct 22, 2024
1 parent 7301b7f commit b6ce3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/src/deephaven/ui/renderer/Renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging
from typing import Any, Union

from .._internal import RenderContext, dict_to_camel_case
from .._internal import RenderContext
from ..elements import Element, PropsType
from .RenderedNode import RenderedNode

Expand Down

0 comments on commit b6ce3ac

Please sign in to comment.