Skip to content

Commit

Permalink
Merge pull request #109 from GLEF1X/dependabot/pip/mypy-1.0.1
Browse files Browse the repository at this point in the history
⬆️ Bump mypy from 0.982 to 1.0.1
  • Loading branch information
GLEF1X authored Mar 16, 2023
2 parents 7f595a2 + f762b61 commit afd1ffc
Show file tree
Hide file tree
Showing 4 changed files with 1,152 additions and 1,234 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
Loading

0 comments on commit afd1ffc

Please sign in to comment.