Skip to content

Commit

Permalink
chore: organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Dec 4, 2024
1 parent ae2f54b commit 0baad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapyuta_io_sdk_v2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ruff: noqa
from rapyuta_io_sdk_v2.async_client import AsyncClient
from rapyuta_io_sdk_v2.client import Client
from rapyuta_io_sdk_v2.config import Configuration
from rapyuta_io_sdk_v2.utils import walk_pages
from rapyuta_io_sdk_v2.async_client import AsyncClient

__version__ = "0.0.1"

0 comments on commit 0baad0d

Please sign in to comment.