Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Oct 16, 2024
1 parent a39658a commit 03c3271
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ibis-server/app/routers/v2/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from fastapi import APIRouter, Depends, Query, Response
from fastapi.responses import JSONResponse

from app.config import get_config
from app.dependencies import verify_query_dto
from app.mdl.rewriter import Rewriter
from app.model import (
Expand All @@ -19,7 +18,6 @@
from app.util import to_json

router = APIRouter(prefix="/connector")
config = get_config()


@router.post("/{data_source}/query", dependencies=[Depends(verify_query_dto)])
Expand Down

0 comments on commit 03c3271

Please sign in to comment.