Skip to content

Commit

Permalink
Fix Payable import
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvi committed Oct 3, 2023
1 parent ebe72b8 commit 2c64946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/payments/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

from freezegun import freeze_time

from payments import Payable, services
from payments import services
from payments.models import BankAccount, Batch, Payment, PaymentUser, validate_not_zero
from payments.payables import Payable
from payments.tests.__mocks__ import MockModel, MockPayable


Expand Down

0 comments on commit 2c64946

Please sign in to comment.