From aa6997990cf79cba909735d7d9f441df37713890 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 10 Apr 2022 19:21:03 +0000 Subject: [PATCH] fix import --- api/tacticalrmm/accounts/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tacticalrmm/accounts/models.py b/api/tacticalrmm/accounts/models.py index 0ee137e0..377aeb97 100644 --- a/api/tacticalrmm/accounts/models.py +++ b/api/tacticalrmm/accounts/models.py @@ -1,7 +1,7 @@ from django.contrib.auth.models import AbstractUser from django.db import models from django.db.models.fields import CharField, DateTimeField -from django.core import cache +from django.core.cache import cache from logs.models import BaseAuditModel from typing import Optional