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 ec6d707a56
2 changed files with 3 additions and 1 deletions

3
bot.py
View file

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

View file

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