We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08b707b + 7ccf352 commit 84c537eCopy full SHA for 84c537e
livechat/customer/rtm/client.py
@@ -1,6 +1,6 @@
1
''' Customer RTM client implementation. '''
2
3
-# pylint: disable=W0613,W0622,C0103,R0913,R0903,W0107,W0231
+# pylint: disable=C0103,R0903,R0913,W0107,W0231,W0613,W0622
4
5
from __future__ import annotations
6
0 commit comments