telegram. Code style changes.
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Alexey Skobkin 2022-05-02 23:44:16 +03:00
parent 8cb5b4733a
commit 6c83447eb8
2 changed files with 3 additions and 1 deletions

3
bot.py
View file

@ -1,8 +1,9 @@
from dotenv import load_dotenv
import logging import logging
import os import os
from telegram.command_processor import CommandProcessor from telegram.command_processor import CommandProcessor
from dotenv import load_dotenv
load_dotenv() load_dotenv()

View file

@ -1,6 +1,7 @@
import telebot import telebot
from telebot.types import Message from telebot.types import Message
class CommandProcessor: class CommandProcessor:
"""Processes user input and dispatches the data to other services.""" """Processes user input and dispatches the data to other services."""