File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
- import warnings
2
-
3
1
from .cli import main
4
2
5
3
6
4
if __name__ == "__main__" :
7
- with warnings .catch_warnings ():
8
- warnings .simplefilter (DeprecationWarning )
9
- main ()
5
+ main ()
Original file line number Diff line number Diff line change 66
66
67
67
For more information on changes to this feature flag see: https://github.com/idom-team/idom/issues/351
68
68
"""
69
-
70
- if not IDOM_FEATURE_INDEX_AS_DEFAULT_KEY .get (): # pragma: no cover
71
- from warnings import warn
72
-
73
- warn (
74
- (
75
- "In a future release 'IDOM_FEATURE_INDEX_AS_DEFAULT_KEY' will be turned on "
76
- "by default. For more information on changes to this feature flag, see: "
77
- "https://github.com/idom-team/idom/issues/351"
78
- ),
79
- DeprecationWarning ,
80
- )
You can’t perform that action at this time.
0 commit comments