Skip to content

Commit

Permalink
Invalid import module path for abaqus_converter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbenedicto committed Jul 23, 2024
1 parent b9761a5 commit 8b28199
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions geos-mesh/src/geos/mesh/conversion/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import argparse
import logging
import sys
from geos.mesh.conversion import abaqus_converter


def build_abaqus_converter_input_parser() -> argparse.ArgumentParser:
Expand All @@ -25,8 +26,6 @@ def main() -> None:
output (str): Output mesh file name
-v/--verbose (flag): Increase verbosity level
"""
from geosx_mesh_tools import abaqus_converter

# Parse the user arguments
parser = build_abaqus_converter_input_parser()
args = parser.parse_args()
Expand Down

0 comments on commit 8b28199

Please sign in to comment.