Skip to content

Commit

Permalink
f3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Dec 18, 2023
1 parent d303d0a commit ca070eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ert/scheduler/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@
import ssl
import threading
from dataclasses import asdict
from typing import (TYPE_CHECKING, Any, Callable, Iterable, MutableMapping,
Optional)
from typing import TYPE_CHECKING, Any, Callable, Iterable, MutableMapping, Optional

from pydantic.dataclasses import dataclass
from websockets import Headers
from websockets.client import connect

from ert.async_utils import background_tasks
from ert.job_queue.queue import (EVTYPE_ENSEMBLE_CANCELLED,
EVTYPE_ENSEMBLE_STOPPED)
from ert.job_queue.queue import EVTYPE_ENSEMBLE_CANCELLED, EVTYPE_ENSEMBLE_STOPPED
from ert.scheduler.driver import Driver, JobEvent
from ert.scheduler.job import Job
from ert.scheduler.local_driver import LocalDriver
Expand Down

0 comments on commit ca070eb

Please sign in to comment.