Pylint: enable cyclic-import check

It looks that pylint stopped printing false positive errors for
cyclic-import check, thus check can be enabled.

Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
Martin Basti 2016-09-22 13:46:22 +02:00
parent 97d4ffc2dc
commit 4d7d53c966

View File

@ -17,7 +17,6 @@ enable=
disable=
I,
cyclic-import,
duplicate-code,
import-error,
interface-not-implemented,