Skip to content

Commit 3872067

Browse files
committed
Update
1 parent aaee67e commit 3872067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_posts/2024-10-24-dynamic-module-loading-python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ from module_loader import ModuleLoader
200200
def main():
201201
# Dynamically load and initialize modules
202202
loader = ModuleLoader(config_folder="config")
203-
loader.load_yaml_files()
204203
module_instances = loader.load_modules()
205204
206205
# Access instances by name

0 commit comments

Comments
 (0)