cli[patch]: Update migrations file manually (#21021)

We need to replace occurrences in the code of RunnableMap not just the
import,
so for now, we don't replace RunnableMap.
This commit is contained in:
Eugene Yurtsev
2024-04-29 10:53:31 -04:00
committed by GitHub
parent 67428c4052
commit 4f4ee8e2cf
3 changed files with 32 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ def generate_top_level_imports(pkg: str) -> List[Tuple[str, str]]:
# Only iterate through top-level modules/packages
for finder, modname, ispkg in pkgutil.iter_modules(
package.__path__, package.__name__ + "."
package.__path__, package.__name__ + "."
):
if ispkg:
try: