You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but nothing works. Thats because the variable filter is supposed to be an instance of the class Filter. Where really with boto3 a filter is a Dict[str, Any].
I haven't even looked at what it would take to implement but I might give this a look if this is something people are interested in.
The text was updated successfully, but these errors were encountered:
Not sure the level of effort to get this to work with mypy. I have many examples but this one makes the most sense:
Making API call with filter:
mypy error:
I have tried many ways to fix it:
but nothing works. Thats because the variable
filter
is supposed to be an instance of the classFilter
. Where really with boto3 a filter is aDict[str, Any]
.I haven't even looked at what it would take to implement but I might give this a look if this is something people are interested in.
The text was updated successfully, but these errors were encountered: