Skip to content

Commit d37a391

Browse files
committed
Remove unavailable processor_runs model property
1 parent 02be713 commit d37a391

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llmstack/processors/serializers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ def get_processor_runs(self, obj):
213213
except Exception:
214214
pass
215215

216-
if obj.processor_runs:
217-
return obj.processor_runs
218-
219216
return []
220217

221218
class Meta:

0 commit comments

Comments
 (0)