mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove re-init in DataNotDictLikeError
This commit is contained in:
parent
480a585c5d
commit
19250ee43a
1 changed files with 0 additions and 3 deletions
|
|
@ -203,6 +203,3 @@ class DataNotDictLikeError(DetailedAiogramError):
|
|||
"""
|
||||
Exception raised when data is not dict-like.
|
||||
"""
|
||||
|
||||
def __init__(self, message: str) -> None:
|
||||
self.message = message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue