refactor: split review pipeline responsibilities
This commit is contained in:
@@ -10,5 +10,5 @@ from __future__ import annotations
|
||||
import importlib
|
||||
import sys
|
||||
|
||||
_implementation = importlib.import_module("review._legacy")
|
||||
_implementation = importlib.import_module("review.pipeline")
|
||||
sys.modules[__name__] = _implementation
|
||||
|
||||
Reference in New Issue
Block a user