Skip to content

Commit

Permalink
Fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Apr 11, 2024
1 parent 629b8e3 commit 20d695c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e3sm_diags/driver/annual_cycle_zonal_mean_driver.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
from __future__ import annotations

from typing import TYPE_CHECKING, List, Tuple
from typing import TYPE_CHECKING, List

import xarray as xr
import xcdat as xc
from scipy import interpolate

from e3sm_diags.driver.utils.dataset_xr import Dataset
from e3sm_diags.driver.utils.io import _save_data_metrics_and_plots
Expand Down

0 comments on commit 20d695c

Please sign in to comment.