mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
resort imports
This commit is contained in:
parent
9e3182216d
commit
55cf1f0642
1 changed files with 1 additions and 1 deletions
|
@ -9,10 +9,10 @@ import json
|
||||||
import shlex
|
import shlex
|
||||||
|
|
||||||
import yaml
|
import yaml
|
||||||
from termcolor import cprint
|
|
||||||
|
|
||||||
from llama_toolchain.cli.subcommand import Subcommand
|
from llama_toolchain.cli.subcommand import Subcommand
|
||||||
from llama_toolchain.common.config_dirs import DISTRIBS_BASE_DIR
|
from llama_toolchain.common.config_dirs import DISTRIBS_BASE_DIR
|
||||||
|
from termcolor import cprint
|
||||||
|
|
||||||
|
|
||||||
class DistributionConfigure(Subcommand):
|
class DistributionConfigure(Subcommand):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue