Skip to content

Commit ab66b65

Browse files
committed
Fix B2HttpApiConfig and Services references in exposed v2 api
1 parent d78ea55 commit ab66b65

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

b2sdk/v2/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
from .account_info import SqliteAccountInfo
2525
from .account_info import StubAccountInfo
2626
from .account_info import UrlPoolAccountInfo
27-
from .api import B2Api
27+
from .api import B2Api, Services
2828
from .b2http import B2Http
29+
from .api_config import B2HttpApiConfig, DEFAULT_HTTP_API_CONFIG
2930
from .bucket import Bucket, BucketFactory
3031
from .session import B2Session
3132
from .sync import B2SyncPath
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix `B2HttpApiConfig` and `Services` references in exposed `v2` API.

0 commit comments

Comments
 (0)