Skip to content

Commit

Permalink
chore: configure OSS CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jianliang00 committed Oct 17, 2024
1 parent 0398abb commit fc23d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/common/httpx_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fc23d80

Please sign in to comment.