Skip to content

Commit

Permalink
more lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed May 31, 2024
1 parent 578d676 commit 05d4f8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pay-api/src/pay_api/services/deposit_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"""Service to manage CFS EFT/Wire/Direct Deposit Payments."""
from typing import Any, Dict, List

from flask import current_app

from pay_api.models import CfsAccount as CfsAccountModel
from pay_api.services.base_payment_system import PaymentSystemService
from pay_api.services.cfs_service import CFSService
Expand Down

0 comments on commit 05d4f8c

Please sign in to comment.