mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 22:09:44 +00:00
chore: Add pylint for DB-GPT core lib (#1076)
This commit is contained in:
@@ -5,6 +5,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
|
||||
from urllib.parse import urljoin
|
||||
|
||||
import requests
|
||||
from prettytable import PrettyTable
|
||||
|
||||
from dbgpt.app.knowledge.request.request import (
|
||||
ChunkQueryRequest,
|
||||
@@ -193,9 +194,6 @@ def knowledge_init(
|
||||
return
|
||||
|
||||
|
||||
from prettytable import PrettyTable
|
||||
|
||||
|
||||
class _KnowledgeVisualizer:
|
||||
def __init__(self, api_address: str, out_format: str):
|
||||
self.client = KnowledgeApiClient(api_address)
|
||||
|
Reference in New Issue
Block a user