chore: run lint and prettifier

This commit is contained in:
3252a8
2026-05-12 21:54:12 +03:00
parent f31540afdb
commit 11187487b4
174 changed files with 12383 additions and 6688 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import logging
from datetime import datetime
from typing import Optional
from .lknpd_client import LknpdClient, PaymentType, LknpdApiError
from .lknpd_client import LknpdApiError, LknpdClient, PaymentType
class LknpdService: