mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
- Replace individual SQLAlchemy imports with 'import sqlalchemy as sa' - Prefix all SQLAlchemy types with 'sa.' for better code clarity - Move all imports to the top of the file (remove mid-file Computed import) - Improve code readability by making SQLAlchemy usage explicit