mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
No need for a comment here as it is documented elsewhere.
This commit is contained in:
@@ -144,7 +144,6 @@ class RackspaceProvider(BaseProvider):
|
||||
cls._as_unicode(rs_record['data'], 'utf-8')
|
||||
|
||||
def _data_for_multiple(self, rrset):
|
||||
# TODO: geo not supported
|
||||
return {
|
||||
'type': rrset[0]['type'],
|
||||
'values': [r['data'] for r in rrset],
|
||||
|
||||
Reference in New Issue
Block a user