Fixed use of lists using multiple arguments - `list` only support a single argument. Noticed working with fake-bpy-module - providing multiple arguments to `list` resulted in typing error (e.g. "Too many type arguments provided for "list"; expected 1 but received 2"). Pull Request: https://projects.blender.org/blender/blender/pulls/134663