linode / linode_api4-python

Official Python bindings for the Linode API
https://linode-api4.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
135 stars 75 forks source link

Cleanup duplicated `ObjectStorageGroup` #417

Closed zliang-akamai closed 3 months ago

zliang-akamai commented 3 months ago

📝 Description

This should not be a very breaking change because it's not imported in ObjectStorageGroup in the __init__.py of the group module (so it's not exported via the module). The only case you will be impacted is the explicit import statement like from linode_api4.groups.obj import ObjectStorageGroup, which should not be very common.

✔️ How to Test

make testunit make testint