fix black+ruff (#2750)

This commit is contained in:
benedikt-bartscher 2024-02-28 23:51:50 +01:00 committed by GitHub
parent 842c7e6882
commit 2d56441a28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
import numpy as np
import plotly.graph_objects as go
import reflex as rx
import pytest
import reflex as rx
from reflex.utils.serializers import serialize, serialize_figure
@ -40,6 +40,5 @@ def test_plotly_config_option(plotly_fig: go.Figure):
Args:
plotly_fig: The figure to display.
"""
# This tests just confirm that the component can be created with a config option.
_ = rx.plotly(data=plotly_fig, config={"showLink": True})
_ = rx.plotly(data=plotly_fig, config={"showLink": True})