Skip to content

Commit

Permalink
Merge pull request #510 from sandeepB3/example-simple
Browse files Browse the repository at this point in the history
Added import os in examples/MDF/simple.py
  • Loading branch information
pgleeson authored Mar 21, 2024
2 parents adf4bf4 + 6323421 commit d83e34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/MDF/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Example of ModECI MDF - A simple 2 node graph.
"""

import os
from modeci_mdf.mdf import (
Model,
Graph,
Expand Down

0 comments on commit d83e34c

Please sign in to comment.