From 8491c05ce6a4f01fea193d8a6ab9da5010c5b73d Mon Sep 17 00:00:00 2001 From: jwradhe Date: Tue, 16 Dec 2025 20:52:58 +0100 Subject: [PATCH] Uppdatera tester --- tests/test_app.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_app.py b/tests/test_app.py index 95cf1a8..4479eb1 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -1,9 +1,4 @@ -import os -import sys import sqlite3 - -sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))) - from app import create_app # =====================================================