aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/organisations')
-rw-r--r--ctrack/organisations/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctrack/organisations/models.py b/ctrack/organisations/models.py
index b14b03b..b11e97b 100644
--- a/ctrack/organisations/models.py
+++ b/ctrack/organisations/models.py
@@ -41,7 +41,7 @@ class Person(models.Model):
(6, "Other"),
]
- def get_sentinel_user():
+ def get_sentinel_user(): # type: ignore
"""
We need this so that we can ensure models.SET() is applied with a callable
to handle when Users are deleted from the system, preventing the Person objects
@@ -110,7 +110,7 @@ class Organisation(models.Model):
(3, "NA"),
]
- def get_sentinel_user():
+ def get_sentinel_user(): # type: ignore
"""
We need this so that we can ensure models.SET() is applied with a callable
to handle when Users are deleted from the system, preventing the Organisations