aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/models.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-01-27 20:28:09 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-01-27 20:28:09 +0000
commit343a74518c4971f8272b65301112885b50d39c9b (patch)
tree8bbdea1b50b9c6bd9a6c84545bd96a56ac3e1c51 /ctrack/caf/models.py
parentdfc5ede55ee0bb70be9f5317324409d5f0eb763a (diff)
added ignore directive for mypy to single file
Diffstat (limited to 'ctrack/caf/models.py')
-rw-r--r--ctrack/caf/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctrack/caf/models.py b/ctrack/caf/models.py
index 53faabf..6ba81d8 100644
--- a/ctrack/caf/models.py
+++ b/ctrack/caf/models.py
@@ -1,3 +1,5 @@
+#type: ignore
+
from django.db import models
from ctrack.organisations.models import Organisation