Skip to content

Commit 56c1093

Browse files
[ASYNC] remove azure filter after #2253
1 parent 645ab15 commit 56c1093

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/snowflake/connector/aio/_azure_storage_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
import aiohttp
1717

18-
from ..azure_storage_client import AzureCredentialFilter
1918
from ..azure_storage_client import (
2019
SnowflakeAzureRestClient as SnowflakeAzureRestClientSync,
2120
)
@@ -37,8 +36,6 @@
3736

3837
logger = getLogger(__name__)
3938

40-
getLogger("aiohttp").addFilter(AzureCredentialFilter())
41-
4239

4340
class SnowflakeAzureRestClient(
4441
SnowflakeStorageClientAsync, SnowflakeAzureRestClientSync

0 commit comments

Comments
 (0)