mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
6 lines
275 B
ReStructuredText
6 lines
275 B
ReStructuredText
|
|
Introduce Union types for streamlined type handling.
|
||
|
|
|
||
|
|
Implemented Union types across various modules to consolidate and simplify type annotations.
|
||
|
|
This change replaces repetitive union declarations with reusable Union aliases,
|
||
|
|
improving code readability and maintainability.
|