summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDariusz Smigiel <dsmigiel@redhat.com>2022-06-15 10:20:29 -0700
committerDariusz Smigiel <dsmigiel@redhat.com>2022-06-15 10:20:29 -0700
commited0cb63945c4a5940b185823809693b7f97989ad (patch)
tree3369f8c31137c4326b707b93314554a3d47d777c
parentd05c388078b45285ac4a012c568a5e2d56556a34 (diff)
downloadoauthlib-ed0cb63945c4a5940b185823809693b7f97989ad.tar.gz
Removed unused query and fragment
-rw-r--r--oauthlib/oauth1/rfc5849/signature.py2
1 files changed, 0 insertions, 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