From 16034e0ab834ddf94595fb1d6e2b6c4988e38e08 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 10 Jun 2025 21:16:37 +0200 Subject: fix lint --- fietsboek/models/track.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fietsboek/models/track.py b/fietsboek/models/track.py index 5d80681..0921437 100644 --- a/fietsboek/models/track.py +++ b/fietsboek/models/track.py @@ -61,6 +61,7 @@ LOGGER = logging.getLogger(__name__) class JsonText(sqlalchemy.types.TypeDecorator): """Saves objects serialized as JSON but keeps the column as a Text.""" + # This is straight from the SQLAlchemy documentation, so the non-overriden # methods should be fine. # pylint: disable=too-many-ancestors,abstract-method -- cgit v1.2.3