Skip to content

Commit

Permalink
put back missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 committed Jan 31, 2025
1 parent 4b62e8a commit f63d9d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/maelstro/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from typing import Annotated, Any, Dict
from fastapi import FastAPI, HTTPException, status, Request, Response, Header, Form
from fastapi.responses import PlainTextResponse
from geonetwork import GnApi
from maelstro.config import ConfigError, app_config as config
from maelstro.metadata import Meta
from maelstro.core import CloneDataset
Expand Down

0 comments on commit f63d9d2

Please sign in to comment.