packethost / packet-python

A Python client for the Equinix Metal API
http://metal.equinix.com/
GNU Lesser General Public License v3.0
40 stars 50 forks source link

Revert create_project_ssh_key error work-arounds #105

Open displague opened 3 years ago

displague commented 3 years ago

It should now be safe to remove the workaround to https://github.com/packethost/packet-python/issues/78: https://github.com/packethost/packet-python/blob/927684bda1b5092ab14327ac517f5dcad2e7cafd/packet/Manager.py#L222-L232

The function should be returned to its original composition from https://github.com/packethost/packet-python/pull/80.

Other changes from #80 can be retained.