Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

infiniflow#1816
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
KevinHuSh authored Aug 6, 2024
1 parent f9e1593 commit 0b0e452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/component/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@


def component_class(class_name):
m = importlib.import_module("graph.component")
m = importlib.import_module("agent.component")
c = getattr(m, class_name)
return c

0 comments on commit 0b0e452

Please sign in to comment.