Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Feb 16, 2024
1 parent 3e98442 commit c515fda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
import numpy as np
from itertools import cycle
from pathlib import Path
import dask.array as da
import dask.bag as db
import numpy as np
import xarray as xr
import xesmf as xe
import subprocess
from scipy.ndimage import binary_fill_holes
import netCDF4
from dask.distributed import Client, worker_client
from dask.diagnostics import ProgressBar
import f90nml
import datetime as dt
import warnings
import shutil
import os

from .utils import vecdot

warnings.filterwarnings("ignore")
Expand Down

0 comments on commit c515fda

Please sign in to comment.