Skip to content

Commit 0b49249

Browse files
committed
[BUGFIX] remove imports from __init__
1 parent 0468fb6 commit 0b49249

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

asyncly/client/handlers/__init__.py

-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
from asyncly.client.handlers.json import parse_json
2-
from asyncly.client.handlers.msgspec import parse_struct
3-
from asyncly.client.handlers.pydantic import parse_model
4-
5-
__all__ = (
6-
"parse_model",
7-
"parse_json",
8-
"parse_struct",
9-
)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packages = [
3434

3535
[tool.poetry.urls]
3636
"Source" = "https://github.com/andy-takker/asyncly"
37-
"Bug Tracker" = "https://github.com/andy-takker/v/issues"
37+
"Bug Tracker" = "https://github.com/andy-takker/asyncly/issues"
3838

3939
[tool.poetry.dependencies]
4040
python = "^3.10"

0 commit comments

Comments
 (0)