Skip to content

Commit 9e3eb3d

Browse files
[Async] Apply #2238 to async code
1 parent 402520a commit 9e3eb3d

33 files changed

+11
-120
lines changed

src/snowflake/connector/aio/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
from __future__ import annotations
62

73
from ._connection import SnowflakeConnection

src/snowflake/connector/aio/_azure_storage_client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
from __future__ import annotations
62

73
import base64

src/snowflake/connector/aio/_build_upload_agent.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
4-
#
2+
53

64
from __future__ import annotations
75

src/snowflake/connector/aio/_connection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
41
from __future__ import annotations
52

63
import asyncio

src/snowflake/connector/aio/_cursor.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
from __future__ import annotations
62

73
import asyncio

src/snowflake/connector/aio/_description.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
"""Various constants."""
62

73
from __future__ import annotations

src/snowflake/connector/aio/_direct_file_operation_utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
from __future__ import annotations
62

73
from abc import ABC, abstractmethod

src/snowflake/connector/aio/_file_transfer_agent.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
from __future__ import annotations
62

73
import asyncio

src/snowflake/connector/aio/_gcs_storage_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python
2-
#
3-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
4-
#
2+
53

64
from __future__ import annotations
75

src/snowflake/connector/aio/_network.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# Copyright (c) 2012-2023 Snowflake Computing Inc. All rights reserved.
3-
#
4-
51
from __future__ import annotations
62

73
import asyncio

0 commit comments

Comments
 (0)