Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
gannetson committed Oct 13, 2020
1 parent 06d8605 commit 78c361c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bluebottle/funding_flutterwave/tests/test_states.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from bluebottle.files.tests.factories import PrivateDocumentFactory
from bluebottle.funding.tests.factories import FundingFactory, PlainPayoutAccountFactory, BudgetLineFactory
from bluebottle.funding.tests.factories import (
FundingFactory, PlainPayoutAccountFactory, BudgetLineFactory
)
from bluebottle.funding_flutterwave.tests.factories import FlutterwaveBankAccountFactory
from bluebottle.test.utils import BluebottleTestCase
from bluebottle.initiatives.tests.factories import InitiativeFactory
Expand Down

0 comments on commit 78c361c

Please sign in to comment.