Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Jan 9, 2024
1 parent d2dd23d commit 3ce57d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/prepare_art_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import xarray as xr
import shutil
import subprocess
from . import tools
from . import tools, prepare_data
from pathlib import Path
from .tools.interpolate_data import create_oh_for_restart, create_oh_for_inicond # noqa: F401
from .tools.fetch_external_data import fetch_era5, fetch_era5_nudging
Expand Down

0 comments on commit 3ce57d6

Please sign in to comment.