create-caspian-app 0.4.0-rc.4 → 0.4.0-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.py CHANGED
@@ -214,7 +214,6 @@ async def combined_lifespan(app: FastAPI):
214
214
  async with AsyncExitStack() as stack:
215
215
  for lifespan in get_app_lifespans():
216
216
  await stack.enter_async_context(lifespan(app))
217
-
218
217
  yield
219
218
 
220
219
  app = FastAPI(