Skip to content

Commit 8ec39c5

Browse files
committed
make index the default key
1 parent cdd11c8 commit 8ec39c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
IDOM_FEATURE_INDEX_AS_DEFAULT_KEY = _Option(
6060
"IDOM_FEATURE_INDEX_AS_DEFAULT_KEY",
61-
default=False,
61+
default=True,
6262
mutable=False,
6363
validator=lambda x: bool(int(x)),
6464
)

0 commit comments

Comments
 (0)