From eb2a11bd0c0c55c10b3d3fed720bf506c9dfa815 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 22 Aug 2019 14:59:32 +0200
Subject: [PATCH] Fix missing import.

---
 biscuit/apps/chronos/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biscuit/apps/chronos/models.py b/biscuit/apps/chronos/models.py
index 9f65c6ee..b2cb3229 100644
--- a/biscuit/apps/chronos/models.py
+++ b/biscuit/apps/chronos/models.py
@@ -1,5 +1,5 @@
 from datetime import datetime
-from typing import List, Tuple, Optional
+from typing import Dict, Optional, List, Tuple
 
 from django.core import validators
 from django.db import models
-- 
GitLab