Skip to content

Commit

Permalink
moved import inside if
Browse files Browse the repository at this point in the history
  • Loading branch information
markelov208 committed Feb 4, 2025
1 parent 69ddcd2 commit fed8e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

_ImportApplication(application, application_name)

from . import python_registry_lists
if not KratosMultiphysics.Registry.HasItem("Stages.KratosMultiphysics.GeoMechanicsApplication.GeoMechanicsAnalysis"):
from . import python_registry_lists
python_registry_utilities.RegisterAll("KratosMultiphysics.GeoMechanicsApplication", python_registry_lists)

0 comments on commit fed8e42

Please sign in to comment.