Skip to content

Commit

Permalink
FIX: Add forgotten import
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 15, 2024
1 parent 53b99da commit bbaa20a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansys/aedt/core/visualization/report/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
This module provides all functionalities for creating and editing reports.
"""
from ansys.aedt.core.generic.general_methods import pyaedt_function_handler

Check warning on line 31 in src/ansys/aedt/core/visualization/report/field.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/aedt/core/visualization/report/field.py#L31

Added line #L31 was not covered by tests
from ansys.aedt.core.visualization.report.common import CommonReport
from ansys.aedt.core.visualization.report.standard import Standard

Expand Down

0 comments on commit bbaa20a

Please sign in to comment.