Skip to content

Commit

Permalink
Import cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Sep 23, 2023
1 parent 22495a7 commit 8224562
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions worlds/sc2wol/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
import random
from pathlib import Path

from kivy.uix.boxlayout import BoxLayout
from kivy.uix.pagelayout import PageLayout
from kivy.uix.relativelayout import RelativeLayout
from kivy.uix.scrollview import ScrollView
from kivy.uix.stacklayout import StackLayout

# CommonClient import first to trigger ModuleUpdater
from CommonClient import CommonContext, server_loop, ClientCommandProcessor, gui_enabled, get_base_parser
Expand All @@ -45,7 +41,7 @@
from worlds.sc2wol.Regions import MissionInfo

import colorama
from NetUtils import ClientStatus, NetworkItem, RawJSONtoTextParser, JSONtoTextParser, JSONMessagePart
from NetUtils import ClientStatus, NetworkItem, JSONtoTextParser, JSONMessagePart
from MultiServer import mark_raw

loop = asyncio.get_event_loop_policy().new_event_loop()
Expand Down

0 comments on commit 8224562

Please sign in to comment.