chore: fix flake8 warnings

Refs: OPS-65
This commit is contained in:
Christoph J. Scherr 2025-03-23 14:27:44 +01:00
parent da52e643a7
commit 1570325256
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
2 changed files with 0 additions and 2 deletions

View file

@ -7,7 +7,6 @@ from typing import Optional
from tinydb import TinyDB
from tinydb.queries import QueryImpl
from senju import haiku
from senju.haiku import DEFAULT_HAIKU, Haiku
DEFAULT_DB_PATH: Path = Path("/var/lib/senju.json")