Skip to content

Commit

Permalink
Merge pull request #127 from Dewberry/bugfix/missing-import
Browse files Browse the repository at this point in the history
add import os to rasfim
  • Loading branch information
slawler authored Aug 19, 2024
2 parents d7ff395 + fec5d07 commit d2019ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ripple1d/conflate/rasfim.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import json
import logging
import os
from collections import OrderedDict
from typing import List, Tuple

Expand Down

0 comments on commit d2019ff

Please sign in to comment.