remove staticmethod due to py2.7 compatibility
This commit is contained in:
parent
29d895c78a
commit
ce9a4d4002
1 changed files with 0 additions and 1 deletions
|
|
@ -2911,7 +2911,6 @@ class ClientSession(object):
|
|||
self.logged_in = False
|
||||
auth_method(*args, **kwargs)
|
||||
|
||||
@staticmethod
|
||||
def renew_expired_session(func):
|
||||
"""Decorator to renew expirated session or subsession."""
|
||||
def _renew_expired_session(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue