Skip to content

Commit

Permalink
Update ItemPool.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fenhl <[email protected]>
  • Loading branch information
rrealmuto and fenhl authored Sep 20, 2024
1 parent 734551a commit e67ad95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ItemPool.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ def get_junk_item(count: int = 1, pool: Optional[list[str]] = None, plando_pool:
return return_pool



def get_pool_count(pool: list[str], item_list: list[str]) -> int:
count = 0
for i, val in enumerate(pool):
Expand Down

0 comments on commit e67ad95

Please sign in to comment.