Skip to content

Commit

Permalink
Ori: fix py3.8 apworld compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Jun 26, 2023
1 parent dc46e96 commit 751e5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/oribf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Set

from ..AutoWorld import World, LogicMixin
from worlds.AutoWorld import World
from .Items import item_table, default_pool
from .Locations import lookup_name_to_id
from .Rules import set_rules, location_rules
Expand Down

0 comments on commit 751e5ce

Please sign in to comment.