Skip to content

Commit

Permalink
style: 🎨 fix ruff formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Oct 7, 2024
1 parent a5b085b commit 770eade
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import pytest
import requests
from fastapi.testclient import TestClient

from src.config import S3_BUCKET_NAME, S3_URL_ENDPOINT
from src.main import app

Expand Down
1 change: 1 addition & 0 deletions backend/tests/test_auth.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import jwt
import pytest
from fastapi.testclient import TestClient

from src.config import PUBLIC_KEY
from src.main import app

Expand Down
1 change: 1 addition & 0 deletions backend/tests/test_email.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from fastapi.testclient import TestClient

from src.main import app
from src.utils import send_mail

Expand Down

0 comments on commit 770eade

Please sign in to comment.