Skip to content

Commit

Permalink
fix(vanna): remove redundant regex import
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminX committed Nov 5, 2024
1 parent 1866812 commit c184ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/tools/provider/builtin/vanna/vanna.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import re
from typing import Any
from urllib.parse import urlparse
import re

from core.tools.errors import ToolProviderCredentialValidationError
from core.tools.provider.builtin.vanna.tools.vanna import VannaTool
Expand Down

0 comments on commit c184ae4

Please sign in to comment.