Skip to content

Commit

Permalink
chore: 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Nov 12, 2023
1 parent 55fa165 commit ee698de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .pdm-python

This file was deleted.

2 changes: 1 addition & 1 deletion launart/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from itertools import chain
from typing import TYPE_CHECKING, Any, ClassVar, Coroutine, Dict, Iterable, Optional, TypeVar, cast, overload

from creart import it
from loguru import logger

from launart._sideload import override
Expand Down Expand Up @@ -435,6 +434,7 @@ def launch_blocking(
loop: Optional[asyncio.AbstractEventLoop] = None,
stop_signal: Iterable[signal.Signals] = (signal.SIGINT,),
):
from creart import it
import contextlib
import functools
import threading
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "launart"
version = "0.8.1"
version = "0.8.2"
description = "Component lifetime manager for runtime."
authors = [
{name = "GreyElaina", email = "[email protected]"},
Expand Down

0 comments on commit ee698de

Please sign in to comment.