We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0468fb6 commit 0b49249Copy full SHA for 0b49249
asyncly/client/handlers/__init__.py
@@ -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
@@ -34,7 +34,7 @@ packages = [
34
35
[tool.poetry.urls]
36
"Source" = "https://github.com/andy-takker/asyncly"
37
-"Bug Tracker" = "https://github.com/andy-takker/v/issues"
+"Bug Tracker" = "https://github.com/andy-takker/asyncly/issues"
38
39
[tool.poetry.dependencies]
40
python = "^3.10"
0 commit comments