Skip to content

Commit

Permalink
Fix bug where URL is being signed after being quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopedrosa committed Oct 28, 2024
1 parent f19139a commit 7c11911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opensearchpy/helpers/asyncsigner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# GitHub history for details.

from typing import Any, Dict, Optional, Union

from ..compat import unquote


Expand Down

0 comments on commit 7c11911

Please sign in to comment.