diff --git a/channels/sessions.py b/channels/sessions.py index 7052f01..a9e847e 100644 --- a/channels/sessions.py +++ b/channels/sessions.py @@ -72,7 +72,7 @@ def enforce_ordering(func=None, slight=False): You cannot mix slight ordering and strict ordering on a channel; slight ordering does not write to the session after the first message to improve performance. - """ + """ def decorator(func): @channel_session @functools.wraps(func)