feat: Reimplement search_body_by_name with httpx and proper parsing
parent
a5f18747b2
commit
04fce88f44
|
|
@ -7,6 +7,7 @@ import logging
|
|||
import re
|
||||
import httpx
|
||||
import os
|
||||
from sqlalchemy.ext.asyncio import AsyncSession # Added this import
|
||||
|
||||
from app.models.celestial import Position, CelestialBody
|
||||
from app.config import settings
|
||||
|
|
|
|||
Loading…
Reference in New Issue