Skip to content

Commit 6da1882

Browse files
committed
style: fix ruff errors
1 parent e143997 commit 6da1882

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ttt/presentation/aiogram/player/routes/handle_payment.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from typing import cast
21

32
from aiogram import Router
43
from aiogram.types import ContentType, Message
@@ -14,7 +13,6 @@
1413
InNatsPaidStarsPurchasePaymentInbox,
1514
)
1615
from ttt.presentation.aiogram.player.invoices import (
17-
InvocePayload,
1816
StarsPurshaseInvoicePayload,
1917
invoce_payload_adapter,
2018
)

0 commit comments

Comments
 (0)