Skip to content

Commit eef60f5

Browse files
author
Tasuku OKUDA
committed
Remove unnecessary spaces. (W293)
1 parent 35a305e commit eef60f5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

linebot/models/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Base(object):
1010
"""Base class of model.
1111
1212
Suitable for JSON base data.
13-
13+
1414
"""
1515

1616
def __init__(self, **kwargs):

linebot/models/events.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
class Event(Base):
1717
"""Webhook Event
18+
1819
https://devdocs.line.me/en/#webhook-event-object
1920
"""
2021

@@ -234,6 +235,7 @@ def __init__(self, data=None, **kwargs):
234235

235236
class Beacon(Base):
236237
"""Beacon
238+
237239
https://devdocs.line.me/en/#beacon-event
238240
"""
239241

linebot/models/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, alt_text=None, template=None, **kwargs):
2727
"""TemplateSendMessage
2828
2929
https://devdocs.line.me/en/#template-messages
30-
30+
3131
Template messages are messages with predefined layouts which you can customize.
3232
There are three types of templates available that can be used to interact with users through your bot.
3333

0 commit comments

Comments
 (0)