Adding an auto-cleanup in case the client is being a real pain and not cleaning up...
[theonering] / src / requests.py
1 import logging
2
3 import tp
4
5
6 _moduleLogger = logging.getLogger(__name__)
7
8
9 class RequestsMixin(tp.ConnectionInterfaceRequests):
10
11         pass