mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
fix pyCharm warning 'ujson' in try block with 'except ImportError' should also be defined in except block This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth_widget.py | ||
| context.py | ||
| deprecated.py | ||
| emoji.py | ||
| exceptions.py | ||
| executor.py | ||
| helper.py | ||
| json.py | ||
| markdown.py | ||
| parts.py | ||
| payload.py | ||