Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 22, 2024
1 parent 5678700 commit 37473fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/sm64/animation/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CArrayDeclaration:
name: str = ""
path: os.PathLike = ""
file_name: str = ""
values: list[str] | dict[str, str] = dataclasses.field(default_factory=str)
values: list[str] | dict[str, str] = dataclasses.field(default_factory=list)


@dataclasses.dataclass
Expand Down

0 comments on commit 37473fb

Please sign in to comment.