Skip to content

Commit

Permalink
Remove fastapi app creation used for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 25, 2023
1 parent 8a3f83d commit 435ea85
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mira/dkg/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,3 @@ def reproduce_ode_semantics_endpoint(
tm = reproduce_ode_semantics(query.model)
am = AskeNetPetriNetModel(Model(tm))
return am.to_pydantic()


from fastapi import FastAPI
app = FastAPI()
app.include_router(model_blueprint)

0 comments on commit 435ea85

Please sign in to comment.