Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 1, 2023
1 parent a4a4256 commit f762b61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/code/polling/with_aiogram_non_blocking.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

from glQiwiApi import QiwiWallet
from glQiwiApi.core.event_fetching.dispatcher import QiwiDispatcher
from glQiwiApi.core.event_fetching.executor import HandlerContext, start_non_blocking_qiwi_api_polling
from glQiwiApi.core.event_fetching.executor import (
HandlerContext,
start_non_blocking_qiwi_api_polling,
)
from glQiwiApi.qiwi.clients.wallet.types import Transaction

qiwi_dp = QiwiDispatcher()
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_event_fetching/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from glQiwiApi import QiwiWallet
from glQiwiApi.core.event_fetching.dispatcher import QiwiDispatcher
from glQiwiApi.core.event_fetching.executor import (
HandlerContext,
ExecutorEvent,
HandlerContext,
start_non_blocking_qiwi_api_polling,
)
from glQiwiApi.qiwi.clients.wallet.types import History, Source, Transaction, TransactionType
Expand Down

0 comments on commit f762b61

Please sign in to comment.