From 343a74518c4971f8272b65301112885b50d39c9b Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 27 Jan 2020 20:28:09 +0000 Subject: added ignore directive for mypy to single file --- ctrack/caf/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ctrack/caf/models.py') 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 -- cgit v1.2.3