Skip to content

Commit

Permalink
Import Protocol from typing instead of requiring an additional package
Browse files Browse the repository at this point in the history
  • Loading branch information
DevL committed Mar 1, 2024
1 parent d22ef3f commit aa20c03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/requtests/fake_adapter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from itertools import cycle
from typing import Any, List, Union
from typing_extensions import Protocol
from typing import Any, List, Protocol, Union
from requests.adapters import BaseAdapter
from requests.models import Response, PreparedRequest

Expand Down

0 comments on commit aa20c03

Please sign in to comment.