fixed the DB import in the pytest file (#116)

This commit is contained in:
Philipp Kohler
2023-06-17 20:53:04 +02:00
committed by GitHub
parent 4a9ab4647e
commit 903a8905cb

View File

@@ -1,4 +1,4 @@
from ..db import DB
from gpt_engineer.db import DB
def test_db():