Increase spacing in modules
This commit is contained in:
parent
7da4bf36d5
commit
7e2c802364
12 changed files with 21 additions and 3 deletions
|
|
@ -1,4 +1,6 @@
|
|||
__all__ = ["RenderedMessageCache"]
|
||||
__all__ = ["RenderedMessageCache"]
|
||||
|
||||
|
||||
class RenderedMessageCache:
|
||||
"""
|
||||
This is a cache for RenderedMessage-s. Message-s should not need to be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue