Skip to content

Commit

Permalink
import os error
Browse files Browse the repository at this point in the history
  • Loading branch information
rimjhimittal committed Mar 9, 2024
1 parent ca4843a commit bebbc89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/MDF/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)

import sys

import os

def main():
mod = Model(id="Simple")
Expand Down
2 changes: 1 addition & 1 deletion examples/MDF/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from modeci_mdf.mdf import *
import sys

import os

def main():
mod = Model(id="States")
Expand Down

0 comments on commit bebbc89

Please sign in to comment.