#406 absurd_client.py inconsistent use of _table() method vs f-strings

closed low Created 2025-12-12 05:49 · Updated 2025-12-12 05:55

Description

Edit
engine/absurd_client.py:1023,1107 uses f-strings for table names despite having safe _table() method. Fix: Replace f-string table construction with _table() method calls for consistency.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...