diff --git a/.landscape.yaml b/.landscape.yaml index 19c72ee..982ae34 100644 --- a/.landscape.yaml +++ b/.landscape.yaml @@ -2,3 +2,6 @@ python-targets: - 3 pep8: none: true +pylint: + disable: + - cyclic-import \ No newline at end of file