Skip to content

Commit e912d5b

Browse files
fix: remove redundant import
1 parent ffd9c5d commit e912d5b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

autumn/models/entities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ class Entity(BaseModel):
1616
products: List[CustomerProduct]
1717
features: Dict[str, CustomerFeature]
1818
invoices: Optional[List[CustomerInvoice]] = None
19-

autumn/products.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from .models.meta import Empty
1616
from .models.products import FreeTrial, ProductItem
1717
from .models.response import (
18-
CancelResponse,
1918
CreateProductResponse,
2019
GetProductResponse,
2120
ListProductResponse,

0 commit comments

Comments
 (0)