From bd0bd94f6d470bccd06bfbaead9532a51ec9c792 Mon Sep 17 00:00:00 2001 From: neuronflow Date: Thu, 1 Feb 2024 15:36:10 +0100 Subject: [PATCH] docs Signed-off-by: neuronflow --- panoptica/utils/citation_reminder.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panoptica/utils/citation_reminder.py b/panoptica/utils/citation_reminder.py index f4fedb7..92cd262 100644 --- a/panoptica/utils/citation_reminder.py +++ b/panoptica/utils/citation_reminder.py @@ -6,6 +6,8 @@ def citation_reminder(func): + """Decorator to remind users to cite panoptica.""" + def wrapper(*args, **kwargs): if os.environ.get("PANOPTICA_CITATION_REMINDER", "true").lower() == "true": console = Console()