llama-stack-mirror/llama_stack
Sébastien Han c245cb580c
chore: remove nested imports
* Since our API packages use import * in __init__.py, we can import
  directly from llama_stack.apis.models instead of
  llama_stack.apis.models.models.  However, the choice to use import *
  is debatable and may need to be reconsidered in the future.

* Remove the unnecessary Ruff F401 suppression.

* Consolidate the Ruff F403 rule configuration in
pyproject.toml.

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-06-25 13:07:15 +02:00
..
apis chore: remove nested imports 2025-06-25 13:07:15 +02:00
cli fix: stack build (#2485) 2025-06-20 15:15:43 -07:00
distribution chore: remove nested imports 2025-06-25 13:07:15 +02:00
models ci: add python package build test (#2457) 2025-06-19 18:57:32 +05:30
providers chore: remove nested imports 2025-06-25 13:07:15 +02:00
strong_typing chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
templates chore: remove nested imports 2025-06-25 13:07:15 +02:00
ui fix(ui): ensure initial data fetch only happens once (#2486) 2025-06-24 12:22:55 +02:00
__init__.py export LibraryClient 2024-12-13 12:08:00 -08:00
env.py refactor(test): move tools, evals, datasetio, scoring and post training tests (#1401) 2025-03-04 14:53:47 -08:00
log.py chore: remove nested imports 2025-06-25 13:07:15 +02:00
schema_utils.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00