Fix: import test

This commit is contained in:
sinergia 2024-10-19 09:57:28 -05:00
parent 4d5a88145d
commit f697200d13

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
from fastapi.testclient import TestClient
from ..api import app
from ..main import app
import json