From b300e2323385bc9cb2efa87696cb31e1671b369d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Mon, 28 Oct 2024 17:17:45 +0100 Subject: [PATCH] add some more comments --- src/c3nav/editor/overlay.py | 2 +- src/c3nav/editor/views/base.py | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/src/c3nav/editor/overlay.py b/src/c3nav/editor/overlay.py index 3d843751..94a35e37 100644 --- a/src/c3nav/editor/overlay.py +++ b/src/c3nav/editor/overlay.py @@ -41,7 +41,7 @@ class DatabaseOverlayManager: @contextmanager def enable(cls, operations: DatabaseOperationCollection | None = None, commit: bool = False): """ - Context manager to enable the database overlay, optionally pre-applying the given changes. + Context manager to enable the database overlay, optionally