Closed MischaPanch closed 8 months ago
We can prevent circular imports by importing at TYPE_CHECKING time.
TYPE_CHECKING
@opcode81 do you agree that it's a useful feature? Now the user would have to know that the class FeatureGeneratorFromColumnGenerator exists
FeatureGeneratorFromColumnGenerator
Yes, let's add it.
We can prevent circular imports by importing at
TYPE_CHECKING
time.@opcode81 do you agree that it's a useful feature? Now the user would have to know that the class
FeatureGeneratorFromColumnGenerator
exists