From 485ecf343e6babe60b10d7d128dec678182d190c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 7 Jul 2026 15:58:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4inline=20DictObject=20?= =?UTF-8?q?import=E9=81=BF=E5=85=8Dlocal=20variable=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pricing/pricing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pricing/pricing.py b/pricing/pricing.py index 389def1..c54fad2 100644 --- a/pricing/pricing.py +++ b/pricing/pricing.py @@ -641,7 +641,6 @@ order by b.enabled_date desc""" f = d.fields.get(fk) if not f: if isinstance(fv, str) and any(op in fv for op in ('~=', '=~', '~', '=~=')): - from appPublic.dictObject import DictObject f = DictObject(type='float', value_mode='between') else: continue @@ -692,7 +691,6 @@ order by b.enabled_date desc""" f = d.fields.get(fk) if not f: if isinstance(fv, str) and any(op in fv for op in ('~=', '=~', '~', '=~=')): - from appPublic.dictObject import DictObject f = DictObject(type='float', value_mode='between') else: continue