Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jun 19, 2024
1 parent 051c1df commit 493b20f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
from pathlib import Path
from typing import Any

import lancedb # type: ignore[import-untyped]
from lancedb.embeddings.registry import EmbeddingFunctionRegistry # type: ignore[import-untyped]
from lancedb.pydantic import LanceModel, Vector # type: ignore[import-untyped]
import lancedb # type: ignore
from lancedb.embeddings.registry import EmbeddingFunctionRegistry # type: ignore
from lancedb.pydantic import LanceModel, Vector # type: ignore

import dlt
from dlt.common.configuration import configspec
Expand Down

0 comments on commit 493b20f

Please sign in to comment.