Skip to content

Commit

Permalink
wrap imports in parens
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar authored Apr 21, 2024
1 parent 1cfd8aa commit b4b968c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/AutoWorld.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import sys
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
from typing import (Any, Callable, ClassVar, Dict, FrozenSet, List, Mapping, Optional, Set, TextIO, Tuple,
TYPE_CHECKING, Type, Union)

from Options import PerGameCommonOptions
from BaseClasses import CollectionState
Expand Down

0 comments on commit b4b968c

Please sign in to comment.