Skip to content

Commit

Permalink
Update worlds/AutoWorld.py
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Hoskisson <[email protected]>
  • Loading branch information
ThePhar and beauxq authored Apr 29, 2024
1 parent b4b968c commit f883157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/AutoWorld.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import time
from dataclasses import make_dataclass
from typing import (Any, Callable, ClassVar, Dict, FrozenSet, List, Mapping, Optional, Set, TextIO, Tuple,
TYPE_CHECKING, Type, Union)
TYPE_CHECKING, Type, Union)

from Options import PerGameCommonOptions
from BaseClasses import CollectionState
Expand Down

0 comments on commit f883157

Please sign in to comment.