mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-30 06:12:06 +00:00
Move mimetypes import to the top of the import block to satisfy ruff's import sorting rules (I001). The Windows mimetype fix from PR #82 placed the import after other imports, which violated the project's linting standards. Changes: - Move `import mimetypes` to alphabetically correct position - Update comment to clarify timing requirement Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>