Skip to content

Commit 954a119

Browse files
committed
Fix lint
1 parent f2446b6 commit 954a119

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

botogram/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1919
# DEALINGS IN THE SOFTWARE.
2020

21+
2122
class Command:
2223
"""Representation of a single command"""
2324

botogram/messages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1919
# DEALINGS IN THE SOFTWARE.
2020

21+
2122
def process_message(bot, chains, update):
2223
"""Process a message sent to the bot"""
2324
for hook in chains["messages"]:

0 commit comments

Comments
 (0)