Skip to content

Commit

Permalink
adding missing import statements to workstation system module
Browse files Browse the repository at this point in the history
  • Loading branch information
bch0w committed Mar 1, 2024
1 parent b67307a commit 9c2c082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion seisflows/system/workstation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
import sys
import subprocess
import time
import numpy as np
from contextlib import redirect_stdout

from seisflows import logger
from seisflows.tools import unix
from seisflows.tools import unix, msg
from seisflows.tools.config import Dict, import_seisflows
from seisflows.tools.config import copy_file, set_task_id

Expand Down

0 comments on commit 9c2c082

Please sign in to comment.