Skip to content
Snippets Groups Projects
Commit 62246952 authored by Jakub Ziebinski's avatar Jakub Ziebinski
Browse files

Replacement of HttpUrl import from helpy to beekeepy

parent 45626796
No related branches found
No related tags found
2 merge requests!600v1.27.5.21 Release,!583Remove helpy
......@@ -3,7 +3,7 @@ from dataclasses import dataclass
import typer
from beekeepy import AsyncBeekeeper
from helpy import HttpUrl
from beekeepy.interfaces import HttpUrl
from clive.__private.cli.commands.abc.contextual_cli_command import ContextualCLICommand
from clive.__private.cli.exceptions import (
......
from dataclasses import dataclass
from helpy import HttpUrl
from beekeepy.interfaces import HttpUrl
from clive.__private.cli.commands.abc.world_based_command import WorldBasedCommand
......
......@@ -19,7 +19,7 @@ from clive.__private.settings import clive_prefixed_envvar
if TYPE_CHECKING:
from datetime import timedelta
from helpy import HttpUrl
from beekeepy.interfaces import HttpUrl
from clive.__private.core.profile import Profile
......
......@@ -3,7 +3,7 @@ from __future__ import annotations
from copy import deepcopy
from typing import TYPE_CHECKING, Final
from helpy import HttpUrl
from beekeepy.interfaces import HttpUrl
from clive.__private.core.accounts.account_manager import AccountManager
from clive.__private.core.contextual import Context
......
......@@ -5,7 +5,7 @@ from typing import TYPE_CHECKING
import aiohttp
if TYPE_CHECKING:
from helpy import HttpUrl
from beekeepy.interfaces import HttpUrl
async def is_url_reachable(url: HttpUrl) -> bool:
......
......@@ -2,7 +2,7 @@ from __future__ import annotations
from typing import TYPE_CHECKING
from helpy import HttpUrl
from beekeepy.interfaces import HttpUrl
from textual.containers import Container
from textual.reactive import reactive
from textual.widgets import Static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment