mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 05:39:12 +00:00
Add isort to the pre-commit configuration and apply it to the whole project (#595)
* Apply isort to the entire repository * Fix missing import issues in text_to_entries * Fix imports in migration files
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
# Standard Packages
|
||||
import argparse
|
||||
import logging
|
||||
import os
|
||||
import sqlite3
|
||||
from typing import Dict, List
|
||||
|
||||
# External Packages
|
||||
from fastapi import FastAPI
|
||||
from fastapi import HTTPException
|
||||
from posthog import Posthog
|
||||
from dotenv import load_dotenv
|
||||
import sqlite3
|
||||
import uvicorn
|
||||
|
||||
from dotenv import load_dotenv
|
||||
from fastapi import FastAPI, HTTPException
|
||||
from posthog import Posthog
|
||||
|
||||
# Initialize Global App Variables
|
||||
app = FastAPI()
|
||||
|
||||
Reference in New Issue
Block a user