1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

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):
"""Supported activity `type`."""
ANNOUNCE = 'Announce'