Skip to content

Commit

Permalink
double-quote string
Browse files Browse the repository at this point in the history
  • Loading branch information
beauxq committed Aug 12, 2024
1 parent 0268588 commit 006f3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseClasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ class Entrance:
addresses = None
target = None

def __init__(self, player: int, name: str = '', parent: Optional[Region] = None) -> None:
def __init__(self, player: int, name: str = "", parent: Optional[Region] = None) -> None:
self.name = name
self.parent_region = parent
self.player = player
Expand Down

0 comments on commit 006f3ff

Please sign in to comment.