Skip to content

Migrate http client from requests to httpx async client #2272

Migrate http client from requests to httpx async client

Migrate http client from requests to httpx async client #2272

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0