From 389c01ad0a150106c4edbab486c95952e1bff339 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 5 Jan 2026 11:47:53 +0800 Subject: [PATCH] bugfix --- accounting/consume.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/accounting/consume.py b/accounting/consume.py index 26b7716..bcdef24 100644 --- a/accounting/consume.py +++ b/accounting/consume.py @@ -25,9 +25,6 @@ class CostInfo: self.resellerid = resellerid self.amount = amount -class CostBiz(PFBiz): - def __init__(self, providerid, resellerid, amount): - self.provider = class ConsumeBiz(PFBiz): def __init__(self, od): self.db = DBPools()