From 1fb5b025d014dbaeab78290a4c9c49c171283347 Mon Sep 17 00:00:00 2001 From: Queue A Date: Sat, 6 Jun 2026 22:58:47 +0200 Subject: [PATCH] Added missing import --- asyncron/fields/toml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/asyncron/fields/toml.py b/asyncron/fields/toml.py index 44e0561..8bf4194 100644 --- a/asyncron/fields/toml.py +++ b/asyncron/fields/toml.py @@ -1,5 +1,6 @@ from django.db import models from django.forms import fields +from django.core.exceptions import ValidationError from asyncron.widgets import Codearea from asyncron.utils import rupdate