Skip to content

Commit

Permalink
fix: missing import in signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Oct 1, 2024
1 parent 824896b commit 97d3a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/plotting/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Theme:
PyMAPDL_cmap: ListedColormap = ListedColormap(MAPDL_colorbar, name="PyMAPDL")


def get_ansys_cmap(N: int = 9) -> LinearSegmentedColormap:
def get_ansys_cmap(N: int = 9) -> "LinearSegmentedColormap":
"""Returns a Matplotlib colormap of given length.
Returns a Matplotlib colormap which is the result of interpolate the MAPDL
Expand Down

0 comments on commit 97d3a83

Please sign in to comment.