refactor: finish facade migration for precheck and executor
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from .. import precheck as precheck_module
|
||||
from . import precheck_core
|
||||
|
||||
|
||||
def build_snapshot() -> dict:
|
||||
return precheck_module.build_snapshot()
|
||||
return precheck_core.build_snapshot()
|
||||
|
||||
Reference in New Issue
Block a user