Skip to content

Commit bc87214

Browse files
raphael-intugleshiva-intugle
authored andcommitted
linting
1 parent 67c8328 commit bc87214

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/intugle/adapters/types/duckdb/duckdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import time
2-
import re
2+
33
from typing import TYPE_CHECKING, Any, Optional
44

55
import duckdb

src/intugle/core/vector_store/qdrant.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import asyncio
21
import logging
32
import sys
43

src/intugle/mcp/semantic_layer/prompt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import textwrap
2-
import aiofiles
2+
33
from pathlib import Path
44

5+
import aiofiles
6+
57
from intugle.mcp.docs_search.service import docs_search_service
68
from intugle.mcp.semantic_layer.schema import SQLDialect
79

0 commit comments

Comments
 (0)