Skip to content

CyclicImportError

Raised when a cyclic module dependency is detected.

Inherits from: RuntimeError

Constructor

CyclicImportError name

Builds an error naming the module at which an import cycle was detected.

Parameters

NameTypeDescription
name Str the module at which the cycle was detected