Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Dec 25, 2024
1 parent 7e1c26b commit 50401c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio_request/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
from .pipeline import BypassModule, LowTimeoutModule, NextModuleFunc, RequestModule, TransportModule, build_pipeline
from .priority import Priority
from .request import (
AsyncRequestEnricher,
RequestEnricher,
delete,
get,
patch,
Expand All @@ -30,8 +32,6 @@
post_json,
put,
put_json,
RequestEnricher,
AsyncRequestEnricher,
)
from .request_strategy import (
MethodBasedStrategy,
Expand Down

0 comments on commit 50401c8

Please sign in to comment.