removed legacy i18n

This commit is contained in:
BaerbelBox
2022-08-12 10:41:11 +02:00
parent 3485441228
commit 55855b9c20
4 changed files with 3 additions and 15 deletions

View File

@@ -4,7 +4,6 @@ from collections import defaultdict
from FaustBot.Communication.Connection import Connection
from FaustBot.Model.UserProvider import UserProvider
from FaustBot.Modules.PrivMsgObserverPrototype import PrivMsgObserverPrototype
from ..Model.i18n import i18n
from FaustBot.Modules.UserList import UserList
class AllSeenObserver(PrivMsgObserverPrototype):