]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Remove LifespanContext import 596/head
authorPierre Mdawar <p.mdawar@gmail.com>
Wed, 14 Aug 2019 12:20:56 +0000 (15:20 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2019 12:20:56 +0000 (15:20 +0300)
docs/events.md

index 8dab26021da629a42d5e1fd2ff64326f284659ad..da6098787dcd775742ff84b0acf7eaf4df14af9b 100644 (file)
@@ -59,7 +59,6 @@ startup and shutdown events are called.
 
 ```python
 from example import app
-from starlette.lifespan import LifespanContext
 from starlette.testclient import TestClient