Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
style:
ruff check --fix
ruff check --select I --fix
ruff format
2 changes: 0 additions & 2 deletions src/httpx_pycurl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from __future__ import annotations

from .curl import AsyncCurl
from .sync_transport import PyCurlTransport
from .transport import AsyncPyCurlTransport

__all__ = [
"AsyncCurl",
"PyCurlTransport",
"AsyncPyCurlTransport",
]
334 changes: 0 additions & 334 deletions src/httpx_pycurl/curl.py

This file was deleted.

Loading
Loading