-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I stumbled upon this TODO while using the SDK:
Line 626 in 55830c7
| raise TypeError("unsupported input type: {v.__class__.__name__") # todo |
Seems like this could be fixed by turning the string into a f-string?