removing error line

This commit is contained in:
Khalim Conn-Kowlessar 2024-11-18 21:38:40 +00:00
parent 7accbded13
commit 6eb52a509e

View file

@ -22,8 +22,6 @@ EPC_AUTH_TOKEN = os.getenv("EPC_AUTH_TOKEN")
def get_data(asset_list, fulladdress_column, address1_column, postcode_column):
home = asset_list[asset_list["row_id"].isin(errors)].head(1).tail(1).squeeze()
epc_data = []
errors = []
no_epc = []