Skip to content

Commit 1fa6a08

Browse files
committed
remove length
1 parent c04a472 commit 1fa6a08

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,4 @@ include-package-data = true
9797
exclude = [
9898
"veadk/integrations/ve_faas/template/*",
9999
"veadk/integrations/ve_faas/web_template/*"
100-
]
101-
line-length = 80
100+
]

veadk/knowledgebase/knowledgebase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
from __future__ import annotations
1616

17-
from pathlib import Path
1817
from typing import Any, Callable, Literal, Union
1918

2019
from pydantic import BaseModel, Field
@@ -251,6 +250,7 @@ async def generate_profiles(self, files: list[str], profile_path: str = ""):
251250
list[KnowledgebaseProfile]: A list of knowledgebase profiles.
252251
"""
253252
import json
253+
from pathlib import Path
254254

255255
from veadk import Agent, Runner
256256
from veadk.utils.misc import write_string_to_file

0 commit comments

Comments
 (0)