Skip to content

Commit

Permalink
This parameter is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Sep 14, 2024
1 parent f02d60d commit 41745f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ def __repr__(self) -> str:
async def load_packages(
core_nursery: trio.Nursery,
packset: packages.PackagesSet,
tk_img: TKImages,
) -> None:
"""Import in the list of items and styles from the packages.
Expand Down
2 changes: 1 addition & 1 deletion src/ui_tk/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def init_app(core_nursery: trio.Nursery) -> None:
core_nursery.start_soon(img.init, TK_IMG)
core_nursery.start_soon(localisation.load_aux_langs, gameMan.all_games, packset)

await async_util.run_as_task(UI.load_packages, core_nursery, packset, TK_IMG)
await async_util.run_as_task(UI.load_packages, core_nursery, packset)
await loadScreen.MAIN_UI.step('package_load')
LOGGER.info('Done!')

Expand Down

0 comments on commit 41745f2

Please sign in to comment.