1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-07-30 19:23:05 +03:00

chore: isort things (#127)

Signed-off-by: 盐粒 Yanli <mail@yanli.one>
This commit is contained in:
盐粒 Yanli
2023-11-10 13:27:31 +08:00
committed by GitHub
parent 0efe49d976
commit 94ef38cf78
9 changed files with 46 additions and 36 deletions

View File

@ -1,6 +1,7 @@
import os
import toml
import numpy as np
import toml
PORT = os.getenv("DB_PORT", 5432)
HOST = os.getenv("DB_HOST", "localhost")