Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Oct 31, 2024
1 parent bbe05f2 commit 736e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from .routes import preview

from .routes.titiler import routes as titiler_routes
from .routes.titiler.integrated_alerts import router as integrated_alerts_router
from .routes.titiler.gfw_integrated_alerts import router as integrated_alerts_router
from .routes.titiler.umd_glad_dist_alerts import router as dist_alerts_router

gunicorn_logger = logging.getLogger("gunicorn.error")
Expand Down

0 comments on commit 736e98c

Please sign in to comment.