mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
11 lines
325 B
ReStructuredText
11 lines
325 B
ReStructuredText
Refactor methods input types to calm down MyPy. #1682
|
|
|
|
`Dict[str, Any]` is replaced with `Mapping[str, Any]` in the following methods:
|
|
|
|
- `FSMContext.set_data`
|
|
- `FSMContext.update_data`
|
|
- `BaseStorage.set_data`
|
|
- `BaseStorage.update_data`
|
|
- `BaseStorage's child methods`
|
|
- `SceneWizard.set_data`
|
|
- `SceneWizard.update_data`
|