Skip to content

Commit

Permalink
Refactor code, replace httpx with aiohttp, dropped support for sync m…
Browse files Browse the repository at this point in the history
…ethods.
  • Loading branch information
nessshon committed Dec 19, 2024
1 parent 448aaa6 commit 75b4330
Show file tree
Hide file tree
Showing 53 changed files with 341 additions and 3,145 deletions.
4 changes: 1 addition & 3 deletions pytonapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from pytonapi.async_tonapi import AsyncTonapi
from pytonapi.tonapi import Tonapi
from pytonapi.tonapi import AsyncTonapi

__all__ = [
"AsyncTonapi",
"Tonapi",
]
332 changes: 0 additions & 332 deletions pytonapi/async_tonapi/client.py

This file was deleted.

Loading

0 comments on commit 75b4330

Please sign in to comment.