linter fixes

This commit is contained in:
Dinesh Yeduguru 2024-11-01 10:04:57 -07:00 committed by Dinesh Yeduguru
parent 8fe22230b8
commit 63f45c1e27
6 changed files with 13 additions and 7 deletions

View file

@ -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