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

@@ -1,10 +1,8 @@
import datetime
import time
from FaustBot.Communication.Connection import Connection
from FaustBot.Model.UserProvider import UserProvider
from FaustBot.Modules.PrivMsgObserverPrototype import PrivMsgObserverPrototype
from ..Model.i18n import i18n
class SeenObserver(PrivMsgObserverPrototype):