Fix some of the tools
This commit is contained in:
parent
02d3b70013
commit
61cb9d46f7
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
from app import stripe
|
||||
import stripe
|
||||
from app import app
|
||||
|
||||
from util.invoice import renderInvoiceToHtml
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from app import stripe
|
||||
from app import app
|
||||
|
||||
from util.useremails import send_confirmation_email
|
||||
|
|
Reference in a new issue