Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update upload_file return type to dict
I just realized `object` is a bit general here: this includes like, any type in python. We expect this method to return a data dictionary - what i'd call an "object" in JavaScript, but python calls a dictionary, so I think we can change this to `dict`.
- Loading branch information