aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/template.py b/discord/template.py
index db2d5731..db3c09de 100644
--- a/discord/template.py
+++ b/discord/template.py
@@ -29,7 +29,7 @@ from .enums import VoiceRegion
from .guild import Guild
__all__ = (
- 'Template'
+ 'Template',
)
class _FriendlyHttpAttributeErrorHelper: