From 21aefa27784fc505d23161724fdfd34f048cb945 Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Tue, 23 Sep 2025 23:43:50 +0530 Subject: [PATCH] (fix:tests.application) attr err --- tests/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_app.py b/tests/test_app.py index c32c4035..451dd0af 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -1,6 +1,6 @@ from flask import Flask -from application.api.answer.routes import answer +from application.api.answer import answer from application.api.internal.routes import internal from application.api.user.routes import user from application.core.settings import settings