From 1d19d8b7444f32eec76c5c2550f9012c24d936d8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 30 Jan 2025 21:15:14 +0000 Subject: [PATCH] Auto-format code with Ruff using pyproject.toml --- handlers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/__init__.py b/handlers/__init__.py index 4670223a..c2cd5125 100644 --- a/handlers/__init__.py +++ b/handlers/__init__.py @@ -27,5 +27,5 @@ router.include_routers( payments_router, keys_router, instructions_router, - admin_router + admin_router, )