Add function get_value to BaseStorage (#1594)

* Add function `get_value` to all built-in storage implementations, `FSMContext` and `SceneWizard` (#1431)

* Fix type hints

* Split up return statements in `get_value` functions

* Implement `get_value` method in `BaseStorage` and remove redundant implementations
This commit is contained in:
Arthur Khachaturov 2024-11-02 17:48:01 +03:00 committed by GitHub
parent fd014d2026
commit 592267dd99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 120 additions and 4 deletions

1
CHANGES/1431.feature.rst Normal file
View file

@ -0,0 +1 @@
Add function ``get_value`` to all built-in storage implementations, ``FSMContext`` and ``SceneWizard``