Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Oct 4, 2024
1 parent b5a37b2 commit 9aff379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion worlds/witness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ def create_items(self) -> None:

@staticmethod
def stage_post_fill(multiworld: MultiWorld):
spheres = list(multiworld.get_spheres()) # We need these multiple times, so a generator won't do
fake_state = CollectionState(multiworld)

# Make some very good progression items progression + useful.
Expand Down
2 changes: 1 addition & 1 deletion worlds/witness/player_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Defines progression, junk and event items for The Witness
"""
import copy
from typing import TYPE_CHECKING, Dict, List, Set, cast
from typing import TYPE_CHECKING, Dict, List, Set

from BaseClasses import Item, ItemClassification, MultiWorld

Expand Down

0 comments on commit 9aff379

Please sign in to comment.