Skip to content

Commit

Permalink
need newer types-request for this class
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 1, 2023
1 parent 0d50ae2 commit 764e638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
remap,
)
from requests.adapters import HTTPAdapter
from requests.packages.urllib3.util.retry import Retry
from requests.packages.urllib3.util.retry import Retry # type: ignore[import-untyped]
from typing_extensions import Literal

try:
Expand Down

0 comments on commit 764e638

Please sign in to comment.