diff --git a/python/src/customer_data_access.py b/python/src/customer_data_access.py index d473ce8..9e1053b 100644 --- a/python/src/customer_data_access.py +++ b/python/src/customer_data_access.py @@ -1,7 +1,7 @@ from dataclasses import dataclass, field from typing import List -from model_objects import Customer, ShoppingList, CustomerType, Address +from model_objects import Customer, ShoppingList, CustomerType, Address // class CustomerMatches: