Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upload_file return type to dict #315

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Update upload_file return type to dict #315

merged 1 commit into from
Jan 13, 2025

Conversation

nikolas
Copy link
Member

@nikolas nikolas commented Jan 13, 2025

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.

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`.
@ndittren ndittren merged commit e3bb310 into master Jan 13, 2025
1 check passed
@ndittren ndittren deleted the nikolas-patch-1 branch January 13, 2025 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants