Skip to content

Commit

Permalink
style(era5): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed Dec 13, 2024
1 parent 6ebc1e7 commit 2618f2d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tests/era5/test_cds.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,15 @@

from __future__ import annotations

import tempfile
from dataclasses import dataclass
from datetime import datetime, timezone
from pathlib import Path
from unittest.mock import MagicMock, Mock, patch
from datetime import datetime
from unittest.mock import Mock, patch

import datapi
import pytest

from openhexa.toolbox.era5.cds import (
CDS,
DataRequest,
bounds_from_file,
date_range,
get_period_chunk,
iter_chunks,
)


Expand Down

0 comments on commit 2618f2d

Please sign in to comment.