Skip to content

Commit 84c537e

Browse files
committed
Merge branch 'API-9774-Support-Organization-ID-In-Protocol' of https://github.com/livechat/lc-sdk-python into API-9774-Support-Organization-ID-In-Protocol
2 parents 08b707b + 7ccf352 commit 84c537e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livechat/customer/rtm/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
''' Customer RTM client implementation. '''
22

3-
# pylint: disable=W0613,W0622,C0103,R0913,R0903,W0107,W0231
3+
# pylint: disable=C0103,R0903,R0913,W0107,W0231,W0613,W0622
44

55
from __future__ import annotations
66

0 commit comments

Comments
 (0)