Change template to private attribute and simplify imports (#101)
--------- Co-authored-by: ian <ian@cinnamon.is>
This commit is contained in:
committed by
GitHub
parent
1f927d3391
commit
da0ac1d69f
@@ -3,10 +3,7 @@ from __future__ import annotations
|
||||
import re
|
||||
from typing import Callable
|
||||
|
||||
from theflow import Param
|
||||
|
||||
from kotaemon.base import BaseComponent, Document
|
||||
from kotaemon.base.schema import ExtractorOutput
|
||||
from kotaemon.base import BaseComponent, Document, ExtractorOutput, Param
|
||||
|
||||
|
||||
class RegexExtractor(BaseComponent):
|
||||
|
Reference in New Issue
Block a user