fix: Move imports to top of file

This commit is contained in:
Paul Gauthier (aider) 2024-09-27 12:25:10 -07:00
parent 3b9f561956
commit b2549a78bd

View file

@ -1,6 +1,8 @@
#!/usr/bin/env python
import json
import os
import shutil
import warnings
from pathlib import Path
@ -58,10 +60,6 @@ def fname_to_url(filepath):
return docid
import json
import shutil
def get_index():
from llama_index.core import (
Document,