Skip to content

Commit 99b7926

Browse files
Remove unneccessary changes
1 parent 334be51 commit 99b7926

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

ci/test_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# - This script assumes that ../dist/repaired_wheels has the wheel(s) built for all versions to be tested
77
# - This is the script that test_docker.sh runs inside of the docker container
88

9+
910
PYTHON_VERSIONS="${1:-3.9 3.10 3.11 3.12 3.13}"
1011
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1112
CONNECTOR_DIR="$( dirname "${THIS_DIR}")"

src/snowflake/connector/vendored/requests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
import warnings
4242

4343
from .. import urllib3
44+
4445
from .exceptions import RequestsDependencyWarning
4546

4647
try:

src/snowflake/connector/vendored/requests/adapters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
from ..urllib3.util import Timeout as TimeoutSauce
2828
from ..urllib3.util import parse_url
2929
from ..urllib3.util.retry import Retry
30+
3031
from .auth import _basic_auth_str
3132
from .compat import basestring, urlparse
3233
from .cookies import extract_cookies_to_jar

src/snowflake/connector/vendored/requests/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
This module contains the set of Requests' exceptions.
66
"""
77
from ..urllib3.exceptions import HTTPError as BaseHTTPError
8+
89
from .compat import JSONDecodeError as CompatJSONDecodeError
910

1011

src/snowflake/connector/vendored/requests/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import sys
77

88
import idna
9-
109
from .. import urllib3
10+
1111
from . import __version__ as requests_version
1212

1313
try:

src/snowflake/connector/vendored/requests/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from ..urllib3.fields import RequestField
2424
from ..urllib3.filepost import encode_multipart_formdata
2525
from ..urllib3.util import parse_url
26+
2627
from ._internal_utils import to_native_string, unicode_is_ascii
2728
from .auth import HTTPBasicAuth
2829
from .compat import (

src/snowflake/connector/vendored/requests/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from collections import OrderedDict
2121

2222
from ..urllib3.util import make_headers, parse_url
23+
2324
from . import certs
2425
from .__version__ import __version__
2526

0 commit comments

Comments
 (0)