Flake8 fix

This commit is contained in:
Andrew Godwin 2016-10-05 15:37:55 -07:00
parent 0ed04a9c06
commit f9ef08b0aa

View File

@ -78,6 +78,7 @@ def enforce_ordering(func=None, slight=False):
# Slight is deprecated
if slight:
raise ValueError("Slight ordering is now always on due to Channels changes. Please remove the decorator.")
# Main decorator
def decorator(func):
@channel_session