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 55
66from pathlib import Path
77from tempfile import TemporaryDirectory
8- from warnings import warn
98
109from ._option import Option as _Option
1110
6968
7069For more information on changes to this feature flag see: https://github.com/idom-team/idom/issues/351
7170"""
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