Remove re-init in DataNotDictLikeError

This commit is contained in:
andrew000 2025-04-28 11:38:46 +03:00
parent 480a585c5d
commit 19250ee43a
No known key found for this signature in database
GPG key ID: D332A306AAA27181

View file

@ -203,6 +203,3 @@ class DataNotDictLikeError(DetailedAiogramError):
"""
Exception raised when data is not dict-like.
"""
def __init__(self, message: str) -> None:
self.message = message