8000 More black fixes · guptarohan41/botbuilder-python@a785809 · GitHub
[go: up one dir, main page]

Skip to content

Commit a785809

Browse files
committed
More black fixes
1 parent 238cab0 commit a785809

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

libraries/botbuilder-core/botbuilder/core/bot_framework_adapter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
JwtTokenValidation,
2525
SimpleCredentialProvider,
2626
SkillValidation,
27-
CertificateAppCredentials)
27+
CertificateAppCredentials,
28+
)
2829
from botframework.connector.token_api import TokenApiClient
2930
from botframework.connector.token_api.models import TokenStatus
3031
from botbuilder.schema import (

libraries/botframework-connector/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"PyJWT==1.5.3",
1313
"botbuilder-schema>=4.7.1",
1414
"adal==1.2.1",
15-
"msal==1.1.0"
15+
"msal==1.1.0",
1616
]
1717

1818
root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)
0