precommit failures fixed

This commit is contained in:
Dinesh Yeduguru 2024-11-01 14:24:50 -07:00 committed by Dinesh Yeduguru
parent 26a14c1d92
commit 1bcf484d83
6 changed files with 22 additions and 12 deletions

View file

@ -4,4 +4,4 @@
# 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
from .registry import * # noqa: F401 F403