Skip to content

Commit 94ca094

Browse files
jackieyaXiaJunjie2020
authored andcommitted
style: fix import order for psycopg2
1 parent 39f2203 commit 94ca094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/apps/datasource/api/datasource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
import traceback
66
import uuid
77
from io import StringIO
8-
from psycopg2 import sql
98
from typing import List
109
from urllib.parse import quote
1110

1211
import orjson
1312
import pandas as pd
13+
from psycopg2 import sql
1414
from fastapi import APIRouter, File, UploadFile, HTTPException, Path
1515
from fastapi.responses import StreamingResponse
1616
from sqlalchemy import and_

0 commit comments

Comments
 (0)