diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-29 09:53:54 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-29 09:53:54 +0000 |
commit | 253a0131f2b8aaaa02a4e7aa3f297432ae42acb9 (patch) | |
tree | d245e6fdfb5cfeda72a2e533988f0315fab47073 /ctrack/caf/models.py | |
parent | 343a74518c4971f8272b65301112885b50d39c9b (diff) |
removed mypy ignore directive
Diffstat (limited to 'ctrack/caf/models.py')
-rw-r--r-- | ctrack/caf/models.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ctrack/caf/models.py b/ctrack/caf/models.py index 6ba81d8..53faabf 100644 --- a/ctrack/caf/models.py +++ b/ctrack/caf/models.py @@ -1,5 +1,3 @@ -#type: ignore - from django.db import models from ctrack.organisations.models import Organisation |