Skip to content

Commit

Permalink
Refactor refunds_routes.py to remove unused import and dependency on …
Browse files Browse the repository at this point in the history
…redis_instance
  • Loading branch information
ezeisraeljohn committed Sep 19, 2024
1 parent f88fc31 commit c30a5bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v1/routes/refunds_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from ..crud.refunds_crud import create_refund
from typing import Dict, Any
from utils import validate_developer, validate_user
from redis_db.redis_db import redis_instance


router = APIRouter(tags=["Refunds"], prefix="/api/v1")
Expand Down

0 comments on commit c30a5bc

Please sign in to comment.