Skip to content

Commit

Permalink
type specification for dict
Browse files Browse the repository at this point in the history
  • Loading branch information
wossnameGitHub committed Jul 14, 2024
1 parent 7bf32a6 commit 4bada62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dolphin scripts/Entrance Randomizer/lib/graph_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class LineType(IntEnum):
CLOSED_DOOR_EDGE_COLOR = "#ff0000" # Red


def create_own_style(params: dict):
def create_own_style(params: dict[str, str]):
output_text = ' ownStyles="{"0":{'
first_key = True
for key, value in params.items():
Expand Down

0 comments on commit 4bada62

Please sign in to comment.