Skip to content

Commit

Permalink
WebHost: remove some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Jun 18, 2023
1 parent 1e7c650 commit 422ccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebHostLib/customserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import Utils

from MultiServer import Context, server, auto_shutdown, ServerCommandProcessor, ClientMessageProcessor, load_server_cert
from Utils import get_public_ipv4, get_public_ipv6, restricted_loads, cache_argsless
from Utils import restricted_loads, cache_argsless
from .models import Command, GameDataPackage, Room, db


Expand Down

0 comments on commit 422ccda

Please sign in to comment.