Skip to content

Commit 434a535

Browse files
committed
Minor typing issues
1 parent 401062c commit 434a535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/geometry/core/plotting/plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def init_plotter(self):
377377
pl = Plotter()
378378
return pl
379379

380-
def show_plotter(self, plotter, screenshot):
380+
def show_plotter(self, plotter: Plotter, screenshot: Optional[str] = None):
381381
"""Shows the plotter or starts Trame service.
382382
383383
Parameters

0 commit comments

Comments
 (0)