Pārlūkot izejas kodu

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 pirms 1 gada
vecāks
revīzija
1e2c0c6705
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      agent/component/__init__.py

+ 1
- 1
agent/component/__init__.py Parādīt failu

@@ -20,6 +20,6 @@ from .googlescholar import GoogleScholar, GoogleScholarParam


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

Notiek ielāde…
Atcelt
Saglabāt