8000 remove unnecessary () · rsliang/botbuilder-python@99a15a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99a15a1

Browse files
committed
remove unnecessary ()
1 parent be23f75 commit 99a15a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-azure/tests/test_cosmos_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import pytest
55
from botbuilder.core import StoreItem
6-
from botbuilder.azure import (CosmosDbStorage, CosmosDbConfig)
6+
from botbuilder.azure import CosmosDbStorage, CosmosDbConfig
77

88
# local cosmosdb emulator instance cosmos_db_config
99
cosmos_db_config = CosmosDbConfig(

0 commit comments

Comments
 (0)
0