Skip to content

Commit

Permalink
Removed unused query and fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
dasm committed Jun 15, 2022
1 parent d05c388 commit ed0cb63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oauthlib/oauth1/rfc5849/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ def base_string_uri(uri: str, host: str = None) -> str:
port = output.port
path = output.path
params = output.params
query = output.query
fragment = output.fragment

# The scheme, authority, and path of the request resource URI `RFC3986`
# are included by constructing an "http" or "https" URI representing
Expand Down

0 comments on commit ed0cb63

Please sign in to comment.