Skip to content

Commit 7662b97

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6c67e0b commit 7662b97

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: "check-toml"
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.12.0
16+
rev: 22.10.0
1717
hooks:
1818
- id: black
1919
files: &files '^(glQiwiApi|tests|examples|benchmarks|docs)'

docs/code/polling/with_aiogram_non_blocking.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
from glQiwiApi import QiwiWallet
66
from glQiwiApi.core.event_fetching.dispatcher import QiwiDispatcher
7-
from glQiwiApi.core.event_fetching.executor import HandlerContext, start_non_blocking_qiwi_api_polling
7+
from glQiwiApi.core.event_fetching.executor import (
8+
HandlerContext,
9+
start_non_blocking_qiwi_api_polling,
10+
)
811
from glQiwiApi.qiwi.clients.wallet.types import Transaction
912

1013
qiwi_dp = QiwiDispatcher()

tests/unit/test_event_fetching/test_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from glQiwiApi import QiwiWallet
99
from glQiwiApi.core.event_fetching.dispatcher import QiwiDispatcher
1010
from glQiwiApi.core.event_fetching.executor import (
11-
HandlerContext,
1211
ExecutorEvent,
12+
HandlerContext,
1313
start_non_blocking_qiwi_api_polling,
1414
)
1515
from glQiwiApi.qiwi.clients.wallet.types import History, Source, Transaction, TransactionType

0 commit comments

Comments
 (0)