updated relative imports
Code Quality Pipeline / Test (push) Successful in 53s
pipeline / Show (push) Successful in 4s
CI Pipeline / Test (pull_request) Successful in 55s
CI Pipeline / Build and Publish (pull_request) Successful in 15s

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 17:56:55 +01:00
parent b2b69981a1
commit 7334b27849
6 changed files with 37 additions and 36 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ import os
from pathlib import Path
from dotenv import load_dotenv
from web import app
from src.web import app
# prepare optional local setup
env_path = Path(__file__).parent.parent / 'local.env'