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

remove duplicate definition of ImageType class #3594

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

zimmy87
Copy link
Contributor

@zimmy87 zimmy87 commented Apr 14, 2021

Fixes: #3533
Fixes: #3553
Related to: #3550

About

This PR addresses an error where accessing fields in the ImageType class would generate an error: "AttributeError: 'function' object has no attribute 'to_msgpack'". The fix is to remove a duplicate definition of the ImageType class in types.py

How Has This Been Tested?

hello_drone.py script was run and confirmed to complete execution without error

Screenshots (if appropriate):

removing duplicate definition of ImageType class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants