Skip to content

Commit

Permalink
Removed unclear sentence from BaseMiddleware docstring.
Browse files Browse the repository at this point in the history
Closes #1640
  • Loading branch information
carltongibson committed Jul 25, 2022
1 parent 9349c32 commit 35329d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions channels/middleware.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
class BaseMiddleware:
"""
Base class for implementing ASGI middleware. Inherit from this and
override the setup() method if you want to do things before you
get to.
Base class for implementing ASGI middleware.
Note that subclasses of this are not self-safe; don't store state on
the instance, as it serves multiple application instances. Instead, use
Expand Down

0 comments on commit 35329d7

Please sign in to comment.