14 # TODO: all request handlers should be safely imported
16 from ..utils
import bug_reports_message
19 from . import _requests
22 except Exception as e
:
23 warnings
.warn(f
'Failed to import "requests" request handler: {e}' + bug_reports_message())
26 from . import _websockets
29 except Exception as e
:
30 warnings
.warn(f
'Failed to import "websockets" request handler: {e}' + bug_reports_message())