codeflash-internal/django
Kevin Turcios 68a51bfcc3 fix: remove local class redefinitions and replace with imports
Instead of just adding missing imports, now also:
1. Detects classes/functions defined locally that exist in source module
2. Removes those local redefinitions
3. Adds imports for them

This ensures tests use the real classes from the source module.
2026-01-07 14:18:34 -05:00
..
aiservice fix: remove local class redefinitions and replace with imports 2026-01-07 14:18:34 -05:00
.dockerignore local setup (#1898) 2025-11-17 12:35:09 -08:00