From 2631e201458b883c525f952692b8289e70446b93 Mon Sep 17 00:00:00 2001 From: Emmanuel Di Pretoro Date: Sat, 11 Jul 2026 21:53:19 +0200 Subject: [PATCH] Adding a stub for the _checkbar method --- noid.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/noid.py b/noid.py index ea8809c..e992626 100644 --- a/noid.py +++ b/noid.py @@ -120,6 +120,9 @@ class Minter(Persistent): # 8. return s return "" + def _checkbar(self, id): + pass + if __name__ == "__main__": pass