Skip to content

Commit

Permalink
Changed the order of import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 committed Nov 10, 2023
1 parent a700914 commit 4254bba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
sys.path.insert(0, os.path.abspath('../../PyNite'))
sys.path.insert(0, os.path.abspath('../../PyNite/FEModel3D'))

from PyNite import FEModel3D

# autodoc settings
autodoc_mock_imports = ['numpy'] # Mock the numpy import
from PyNite import FEModel3D

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down

0 comments on commit 4254bba

Please sign in to comment.