Skip to content

Commit 2c26b51

Browse files
committed
remove deprecation warning
1 parent 3f75219 commit 2c26b51

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/idom/config.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from pathlib import Path
77
from tempfile import TemporaryDirectory
8-
from warnings import warn
98

109
from ._option import Option as _Option
1110

@@ -69,14 +68,3 @@
6968
7069
For 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-
)

0 commit comments

Comments
 (0)