Fix how list types are specified in type hints for type checking
- Jan 10, 2025
-
-
Matthew K Defenderfer authored0aba7245
-
Matthew K Defenderfer authored646092f1
-
When specifying that an input can be a list of some type, you don't use the list
object, you use the List
type. This has been fixed across all functions in the repo