From e1bf9c05f9f6a3b0c3cf676a26097fbbcf9bd826 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 19 May 2022 21:25:25 -0400 Subject: use raw strings to pacify pytest --- python/websocketprovider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/websocketprovider.py') diff --git a/python/websocketprovider.py b/python/websocketprovider.py index 2b453c35..f987c1df 100644 --- a/python/websocketprovider.py +++ b/python/websocketprovider.py @@ -136,7 +136,7 @@ class WebsocketClient(object): raise NotImplementedError def connect(self, url, headers=None, on_connected=nop, on_disconnected=nop, on_error=nop, on_data=nop): - """ + r""" Connect to a given url, asynchronously. The connection will be run in a separate thread managed by the websocket provider. Client callbacks are set according to whichever on\_ callback parameters you pass. -- cgit v1.3.1