fix: remove foobar functions which was only used to test if sphinx works

Refs: OPS-69
This commit is contained in:
Christoph J. Scherr 2025-03-21 15:04:30 +01:00
parent 440aaa2bd4
commit 862c0d915c
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
3 changed files with 0 additions and 21 deletions

View file

@ -12,13 +12,6 @@ from senju.haiku import Haiku
DEFAULT_DB_PATH: Path = Path("/var/lib/senju.json")
def foobar():
"""WE KNOW"""
a = 3
b = 3
return a + b
class StoreManager:
__slots__ = "_db", "logger"
_db: TinyDB