File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
libraries/botframework-connector
botframework/connector/token_api Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 99from msrest import Serializer , Deserializer
1010
1111from ._configuration import TokenApiClientConfiguration
12- from .operations import BotSignInOperations
13- from .operations import UserTokenOperations
12+ from .operations . _bot_sign_in_operations import BotSignInOperations
13+ from .operations . _user_token_operations import UserTokenOperations
1414from . import models
1515
1616
Original file line number Diff line number Diff line change 99from msrest import Serializer , Deserializer
1010
1111from .._configuration import TokenApiClientConfiguration
12- from .operations_async import BotSignInOperations
13- from .operations_async import UserTokenOperations
12+ from .operations_async . _bot_sign_in_operations_async import BotSignInOperations
13+ from .operations_async . _user_token_operations_async import UserTokenOperations
1414from .. import models
1515
1616
Original file line number Diff line number Diff line change 4040 "botframework.connector.teams.operations" ,
4141 "botframework.connector.token_api" ,
4242 "botframework.connector.token_api.aio" ,
43+ "botframework.connector.token_api.aio.operations_async" ,
4344 "botframework.connector.token_api.models" ,
4445 "botframework.connector.token_api.operations" ,
4546 ],
You can’t perform that action at this time.
0 commit comments