From ab2df05c6d2e9aff38c8fa7d0aa7926e6eaacca6 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Mon, 21 Jun 2021 23:52:55 +0200 Subject: [PATCH] Add todo --- database/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/database/models.py b/database/models.py index 8a50733..031a280 100644 --- a/database/models.py +++ b/database/models.py @@ -4,6 +4,8 @@ from typing import Set # TODO fill in non-nulls everywhere +# TODO comments + class BankAccount(Base): __tablename__ = "currencytable"