Fix flake8 warning

This commit is contained in:
Thomas Sileo 2018-06-04 19:13:04 +02:00
parent 0870e22587
commit cc5896f520

View file

@ -39,6 +39,7 @@ COLLECTION_CTX = [
} }
] ]
class ActivityType(Enum): class ActivityType(Enum):
"""Supported activity `type`.""" """Supported activity `type`."""
ANNOUNCE = 'Announce' ANNOUNCE = 'Announce'