mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 08:36:32 +00:00
Fixes typo
This commit is contained in:
parent
8ea1171764
commit
2c394a2518
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class ModelFields(TestCase):
|
||||||
class TestActivity(ActivityObject):
|
class TestActivity(ActivityObject):
|
||||||
"""real simple mock"""
|
"""real simple mock"""
|
||||||
|
|
||||||
# pylint: disbale=invalid-name
|
# pylint: disable=invalid-name
|
||||||
to: List[str]
|
to: List[str]
|
||||||
cc: List[str]
|
cc: List[str]
|
||||||
id: str = "http://hi.com"
|
id: str = "http://hi.com"
|
||||||
|
|
Loading…
Reference in a new issue