From bfb9b880a04efe42e017a5a4b41bad800db178e5 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Tue, 6 Feb 2024 16:52:03 +0500 Subject: [PATCH] chore: fix the import method name --- edx_repo_tools/oep2/explode_repos_yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edx_repo_tools/oep2/explode_repos_yaml.py b/edx_repo_tools/oep2/explode_repos_yaml.py index c4045b13..c96dac99 100644 --- a/edx_repo_tools/oep2/explode_repos_yaml.py +++ b/edx_repo_tools/oep2/explode_repos_yaml.py @@ -8,7 +8,7 @@ import yaml from edx_repo_tools.auth import pass_github -from edx_repo_tools.data import iter_openedx_release_yaml +from edx_repo_tools.data import iter_openedx_yaml logging.basicConfig()