From d8ebc9cf80b6d10e72a01d7b0afa42aab6b31264 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 24 Mar 2025 08:55:42 +0100 Subject: [PATCH] python: make IndexOptions public Database docstrings refer to IndexOptions, so the latter should be public too. --- bindings/python-cffi/notmuch2/_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python-cffi/notmuch2/_database.py b/bindings/python-cffi/notmuch2/_database.py index d7485b4d..d2671fdf 100644 --- a/bindings/python-cffi/notmuch2/_database.py +++ b/bindings/python-cffi/notmuch2/_database.py @@ -15,7 +15,7 @@ import notmuch2._query as querymod import notmuch2._tags as tags -__all__ = ['Database', 'AtomicContext', 'DbRevision'] +__all__ = ['Database', 'AtomicContext', 'DbRevision', 'IndexOptions'] def _config_pathname(): -- 2.45.2