Update todo annotations

This commit is contained in:
AlberLC
2022-10-25 06:42:08 +02:00
parent 81c9868460
commit 18ef15d031
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
from __future__ import annotations # todo0 remove in 3.11
from __future__ import annotations # todo0 remove when it's by default
__all__ = ['whitelisted_event', 'FlanaTeleBot']

View File

@@ -1,4 +1,4 @@
from __future__ import annotations # todo0 remove in 3.11
from __future__ import annotations # todo0 remove when it's by default
__all__ = ['Message']