donot use global state

This commit is contained in:
Dinesh Yeduguru 2024-11-01 14:19:54 -07:00 committed by Dinesh Yeduguru
parent 4b6367838f
commit 26a14c1d92
5 changed files with 19 additions and 11 deletions

View file

@ -5,5 +5,3 @@
# the root directory of this source tree.
from .registry import DiskRegistry, Registry
REGISTRY: Registry = None