Skip to content

Commit

Permalink
Linting Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyEggGit committed Jan 18, 2024
1 parent 90f079c commit b6f53e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/tests/test_partners.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
from backend.auth import user_manager
from backend.database import Partner, PartnerMember, MemberRole
from backend.database.models.user import User, UserRole
from sqlalchemy.orm import Session
from backend.database import db
from typing import Any, List
from typing import Any

publisher_email = "[email protected]"
inactive_email = "[email protected]"
Expand Down

0 comments on commit b6f53e1

Please sign in to comment.