Rename update_processing_context.py to user_context.py

This commit is contained in:
Alex Root Junior 2020-05-26 22:00:51 +03:00
parent bafc2ff341
commit b69bd74d0c
3 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ from ..api.methods import TelegramMethod
from ..api.types import Update, User
from ..utils.exceptions import TelegramAPIError
from .event.bases import NOT_HANDLED
from .middlewares.update_processing_context import UserContextMiddleware
from .middlewares.user_context import UserContextMiddleware
from .router import Router