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 # =====================================================