From 880f05396b4856c96d58e3d253a709fc7ec9fd40 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 5 May 2025 15:59:56 +0200 Subject: [PATCH] fix import --- telecaster/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telecaster/views.py b/telecaster/views.py index 41c6cab..a941ea0 100644 --- a/telecaster/views.py +++ b/telecaster/views.py @@ -7,7 +7,7 @@ import string from tools import * from models import * -from forms import* +from forms import * from jsonrpc import jsonrpc_method from jsonrpc.proxy import ServiceProxy -- 2.39.5