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
Had to do an annoying dance because it seems like stream() wants to convert any json it sees into
python primitives. There's gotta be a better way to deal with that, but I came up with crudely
checking if we are getting a list or dict and literal_eval-ing it. Maybe I'm missing something.
Otherwise, seems to work.
0 commit comments