From ed0cb63945c4a5940b185823809693b7f97989ad Mon Sep 17 00:00:00 2001 From: Dariusz Smigiel Date: Wed, 15 Jun 2022 10:20:29 -0700 Subject: Removed unused query and fragment --- oauthlib/oauth1/rfc5849/signature.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/oauthlib/oauth1/rfc5849/signature.py b/oauthlib/oauth1/rfc5849/signature.py index 7044785..7e8044a 100644 --- a/oauthlib/oauth1/rfc5849/signature.py +++ b/oauthlib/oauth1/rfc5849/signature.py @@ -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 -- cgit v1.2.1