Add trailing comma in handlers router inclusion
- Minor formatting adjustment in router configuration - Ensure consistent code style with trailing comma
This commit is contained in:
@@ -27,5 +27,5 @@ router.include_routers(
|
|||||||
payments_router,
|
payments_router,
|
||||||
keys_router,
|
keys_router,
|
||||||
instructions_router,
|
instructions_router,
|
||||||
admin_router
|
admin_router,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user