Removed dead import from customserver.py

This commit is contained in:
lexipherous
2025-03-18 16:06:48 +00:00
parent 4d5853d8e3
commit 41b0c7edc6
2 changed files with 27 additions and 13 deletions

View File

@@ -22,7 +22,6 @@ import Utils
from MultiServer import Context, server, auto_shutdown, ServerCommandProcessor, ClientMessageProcessor, load_server_cert
from Utils import restricted_loads, cache_argsless
from . import app
from .locker import Locker
from .models import Command, GameDataPackage, Room, db