Skip to content

Commit

Permalink
fix imports linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 10, 2023
1 parent 92922b1 commit f7e7195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weaver/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
from weaver.datatype import Job
from weaver.processes.constants import JobInputsOutputsSchema
from weaver.status import Status
from weaver.utils import bytes2str, fully_qualified_name, get_settings, str2bytes, request_extra
from weaver.utils import bytes2str, fully_qualified_name, get_settings, request_extra, str2bytes
from weaver.wps_restapi.jobs.utils import get_results

if TYPE_CHECKING:
from typing import Optional

from weaver.typedefs import AnySettingsContainer, ExecutionSubscribers, SettingsType, JSON
from weaver.typedefs import AnySettingsContainer, ExecutionSubscribers, JSON, SettingsType

LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit f7e7195

Please sign in to comment.