8000 moving the import back · ericmicrofocus/botbuilder-python@bd62771 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd62771

Browse files
committed
moving the import back
1 parent d165c18 commit bd62771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/botframework-connector/tests/test_skill_validation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
from asyncio import Future
33
from unittest.mock import Mock, DEFAULT
44
import aiounittest
5+
from ddt import data, ddt, unpack
6+
57
from botframework.connector.auth import (
68
AuthenticationConstants,
79
ClaimsIdentity,
810
CredentialProvider,
911
SkillValidation,
1012
)
1113

12-
from ddt import data, ddt, unpack
13-
1414
def future_builder(return_val: object) -> Future:
1515
result = Future()
1616
result.set_result(return_val)

0 commit comments

Comments
 (0)
0