Skip to content

Commit

Permalink
Pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Sep 17, 2024
1 parent 1d11c67 commit 1b94a2c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
import logging
import random
import time
import uuid
from datetime import datetime
from typing import List

from openg2p_g2p_bridge_example_bank_models.models import (
Account,
AccountingLog,
AccountStatement,
DebitCreditTypes,
FundBlock,
InitiatePaymentBatchRequest,
InitiatePaymentRequest,
PaymentStatus,
AccountStatement,
)
from sqlalchemy import select
from sqlalchemy.orm import sessionmaker
Expand Down

0 comments on commit 1b94a2c

Please sign in to comment.