Skip to content

Commit

Permalink
DAS-2254: lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Nov 27, 2024
1 parent dbce4bd commit 1ffafb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smap_l2_gridder/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
routines to translate the 1D intput arrays into the EASE grid output format
"""

from collections.abc import Iterable
from logging import Logger
from pathlib import Path
from typing import Iterable

import numpy as np
from xarray import DataArray, DataTree, open_datatree
Expand Down

0 comments on commit 1ffafb1

Please sign in to comment.