Python doesn’t require typing.Dict
and typing.List
for those types since Python 3.9, you can just do dict[]
and list[]
.
Python doesn’t require typing.Dict
and typing.List
for those types since Python 3.9, you can just do dict[]
and list[]
.