The line: ``` from uuid import UUID as UUIDType ``` flags as [`N811`](https://docs.astral.sh/ruff/rules/constant-imported-as-non-constant/), whereas UUID is a class and not a constant. Command used: ``` > ruff check file.py:1:18: N811 Constant `UUID` imported as non-constant `UUIDType` ``` Ruff version: `0.4.8`