diff --git a/setty/models.py b/setty/models.py index 9713aae..d23f5dc 100644 --- a/setty/models.py +++ b/setty/models.py @@ -1,3 +1,5 @@ +from typing import Any + from django.conf import settings from django.db import models from picklefield import PickledObjectField