Fix flake8 warning
This commit is contained in:
parent
0870e22587
commit
cc5896f520
1 changed files with 4 additions and 3 deletions
|
@ -39,6 +39,7 @@ COLLECTION_CTX = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class ActivityType(Enum):
|
class ActivityType(Enum):
|
||||||
"""Supported activity `type`."""
|
"""Supported activity `type`."""
|
||||||
ANNOUNCE = 'Announce'
|
ANNOUNCE = 'Announce'
|
||||||
|
|
Loading…
Reference in a new issue