Преглед на файлове

fix #1816 (#1829)

### What problem does this PR solve?

#1816
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.10.0
Kevin Hu преди 1 година
родител
ревизия
1e2c0c6705
No account linked to committer's email address
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      agent/component/__init__.py

+ 1
- 1
agent/component/__init__.py Целия файл





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

Loading…
Отказ
Запис