From fc23d80f24f92ffb89124c8dadd9406c533c11d8 Mon Sep 17 00:00:00 2001 From: jianliang00 Date: Tue, 15 Oct 2024 11:57:43 +0800 Subject: [PATCH] chore: configure OSS CI workflows --- core/common/httpx_client.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/common/httpx_client.py b/core/common/httpx_client.py index 7867609..bfa3d8a 100644 --- a/core/common/httpx_client.py +++ b/core/common/httpx_client.py @@ -4,8 +4,8 @@ from urllib.parse import urlparse import asyncio_atexit -import httpx +import httpx from core.common.http_status import client_error, server_error from core.exceptions import HabitatException diff --git a/setup.py b/setup.py index 13253d2..adb828a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ DEV_REQUIRES = [ 'flake8>=3.5.0,<4.0.0', 'tox>=3.0.0,<4.0.0', - 'isort>=4.0.0,<5.0.0', + 'isort==4.3.21', 'pytest>=4.0.0,<5.0.0', 'pytest_httpserver==1.0.12', 'pex'