diff --git a/client/.pylintrc b/client/.pylintrc index 6add8c53d..074dbeaa9 100644 --- a/client/.pylintrc +++ b/client/.pylintrc @@ -81,7 +81,8 @@ disable=raw-checker-failed, suppressed-message, useless-suppression, deprecated-pragma, - use-symbolic-message-instead + use-symbolic-message-instead, + cyclic-import # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option