Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw committed Oct 31, 2024
1 parent 73d5323 commit 0a1236e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions api/app/tests/jobs/test_sfms_calculations.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import os
from unittest.mock import AsyncMock
from pytest_mock import MockerFixture

import pytest
from pytest_mock import MockerFixture

from app.utils.s3_client import S3Client
from app.sfms.date_range_processor import BUIDateRangeProcessor
from app.sfms.raster_addresser import FWIParameter, RasterKeyAddresser
from app.geospatial.wps_dataset import WPSDataset, multi_wps_dataset_context
from app.jobs.sfms_calculations import SFMSCalcJob
from app.jobs import sfms_calculations
from app.jobs.sfms_calculations import SFMSCalcJob


def test_sfms_calc_job_fail(monkeypatch, mocker: MockerFixture):
Expand Down

0 comments on commit 0a1236e

Please sign in to comment.