fixed _cleanup() for AsyncDiskClient

This commit is contained in:
2025-04-16 12:34:07 +03:00
parent d03f6deb24
commit 0c894d20e8
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="yndx_disk",
version="0.2",
version="0.3",
packages=find_packages(),
install_requires=[
"httpx", "aiofiles"