mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Satisfy strict type-checking for the main_fuel classifier wiring 🟪
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cab69bbca9
commit
fd922a26c2
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from __future__ import annotations
|
|||
|
||||
from typing import cast
|
||||
|
||||
from applications.landlord_description_overrides.handler import _build_columns
|
||||
from applications.landlord_description_overrides.handler import _build_columns # pyright: ignore[reportPrivateUsage]
|
||||
from infrastructure.chatgpt.chatgpt import ChatGPT
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue