Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Sep 18, 2023
1 parent 8b47abc commit b4030b6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import logging
from collections.abc import Coroutine
from typing import Any, Final
from typing import Any

import distributed
from pydantic import AnyUrl

_logger = logging.getLogger(__name__)

_PING_USERNAME: Final[str] = "osparc-cluster"


async def _wrap_client_async_routine(
client_coroutine: Coroutine[Any, Any, Any] | Any | None
Expand Down

0 comments on commit b4030b6

Please sign in to comment.