Skip to content

Commit 3cc4c15

Browse files
committed
will this fix coverage diff of -0.0
1 parent 3c1bd8c commit 3cc4c15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

requests_oauthlib/oauth1_session.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def __init__(self, message, response):
3333
super(TokenRequestDenied, self).__init__(message)
3434
self.response = response
3535

36-
@property
3736
def status_code(self):
3837
"""For backwards-compatibility purposes"""
3938
return self.response.status_code
@@ -171,7 +170,6 @@ def __init__(
171170
)
172171
self.auth = self._client
173172

174-
@property
175173
def token(self):
176174
oauth_token = self._client.client.resource_owner_key
177175
oauth_token_secret = self._client.client.resource_owner_secret
@@ -191,7 +189,6 @@ def token(self):
191189
def token(self, value):
192190
self._populate_attributes(value)
193191

194-
@property
195192
def authorized(self):
196193
"""Boolean that indicates whether this session has an OAuth token
197194
or not. If `self.authorized` is True, you can reasonably expect

0 commit comments

Comments
 (0)