Skip to content

Commit

Permalink
Typing issue with 3.8/3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCEllis committed Jul 12, 2024
1 parent 3877947 commit f020d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/prefab/dynamic/test_private.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def test_private_attribute():
class Ex(Prefab):
_internal: str | None = attribute(default=None, private=True)
_internal: "str | None" = attribute(default=None, private=True)
a: int
b: str

Expand Down

0 comments on commit f020d30

Please sign in to comment.