mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-17 07:07:19 +00:00
linter fixes
This commit is contained in:
parent
8fe22230b8
commit
63f45c1e27
6 changed files with 13 additions and 7 deletions
|
@ -1,3 +1,9 @@
|
|||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
from .registry import DiskRegistry, Registry
|
||||
|
||||
REGISTRY: Registry = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue