Skip to content

Commit c33b0b4

Browse files
committed
🐛 remove non existing attribute
1 parent 9642246 commit c33b0b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vuegen/report.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ class Plot(Component):
120120
----------
121121
plot_type : PlotType
122122
The type of the plot (INTERACTIVE or STATIC).
123-
int_visualization_tool : IntVisualizationTool, optional
124-
The tool for rendering interactive plots (PLOTLY, ALTAIR, or PYVIS) (default is None).
125-
It is not required for STATIC plots (default is None).
126123
csv_network_format : CSVNetworkFormat, optional
127124
The format of the CSV file for network plots (EDGELIST or ADJLIST) (default is None).
128125
"""

0 commit comments

Comments
 (0)