File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 5
5
6
6
from pathlib import Path
7
7
from tempfile import TemporaryDirectory
8
- from warnings import warn
9
8
10
9
from ._option import Option as _Option
11
10
69
68
70
69
For more information on changes to this feature flag see: https://github.com/idom-team/idom/issues/351
71
70
"""
72
-
73
- if not IDOM_FEATURE_INDEX_AS_DEFAULT_KEY .current :
74
- warn (
75
- "In the next release, the feature flag IDOM_FEATURE_INDEX_AS_DEFAULT_KEY will "
76
- "be activated by default. To try this out before the next release simply set "
77
- "IDOM_FEATURE_INDEX_AS_DEFAULT_KEY=1 as an environment variable. After this "
78
- "change, you can revert to the old behavior by setting it to 0 instead. If you "
79
- "have questions or issues with this change report them here: "
80
- "https://github.com/idom-team/idom/issues/351" ,
81
- DeprecationWarning ,
82
- )
You can’t perform that action at this time.
0 commit comments