Skip to content
  • Benjamin Schubert's avatar
    lint: Fix or silence 'cyclic-import' errors and enable pylint for it · 438ed34c
    Benjamin Schubert authored
    Cyclic imports can be confusing because the order in which we import
    dependencies can make the import fail or not. We should not rely on
    ordering of imports for our code. This fixes everywhere possible the
    imports and silence explicitely some which are not convenient or would
    require big refactors
    438ed34c