Skip to content

Commit ef5af49

Browse files
committed
api full working after .envwith pytest ruff unit testing cicd and improvement modified: tests/test_app.py
solve error due to unused var in cicd pipeline github action
1 parent ae3394a commit ef5af49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from beanie import init_beanie
99

1010
from app import app
11-
from auth import get_current_doctor, get_password_hash
11+
from auth import get_current_doctor
1212
from models.doctor import Doctor
1313
from models.patient import Patient
1414

0 commit comments

Comments
 (0)