We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3520ac commit 02488beCopy full SHA for 02488be
openfisca_core/indexed_enums/__init__.py
@@ -18,7 +18,7 @@
18
19
from openfisca_core.indexed_enums import * # Bad
20
from openfisca_core.indexed_enums.config import ENUM_ARRAY_DTYPE # Bad
21
- from openfisca_core.ndexed_enums.Enum import Enum # Bad
+ from openfisca_core.indexed_enums.Enum import Enum # Bad
22
23
The previous examples provoke cyclic dependency problems, that prevents us
24
from modularizing the different components of the library, so as to make
0 commit comments