Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,6 @@ from components.endpointscheck import checkEndpoints
|
|
| 7 |
from components.dynamicendpointscheck import checkDynamicEndpoints
|
| 8 |
from components.updatedynamicendpoint import UpdateDynamicEndpoint
|
| 9 |
from components.getinvoices import GetInvoices
|
| 10 |
-
from components.invoicepayload import InvoicePayload
|
| 11 |
from components.updateendpointprice import UpdateEndpointPrice
|
| 12 |
from components.updatedynamicendpointprice import UpdateDynamicEndpointPrice
|
| 13 |
import uuid
|
|
|
|
| 7 |
from components.dynamicendpointscheck import checkDynamicEndpoints
|
| 8 |
from components.updatedynamicendpoint import UpdateDynamicEndpoint
|
| 9 |
from components.getinvoices import GetInvoices
|
|
|
|
| 10 |
from components.updateendpointprice import UpdateEndpointPrice
|
| 11 |
from components.updatedynamicendpointprice import UpdateDynamicEndpointPrice
|
| 12 |
import uuid
|