mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
EqualityTupleMixin needs an explicit inhert from object to make 2.7 happy
This commit is contained in:
@@ -6,7 +6,7 @@ from __future__ import absolute_import, division, print_function, \
|
||||
unicode_literals
|
||||
|
||||
|
||||
class EqualityTupleMixin:
|
||||
class EqualityTupleMixin(object):
|
||||
|
||||
def _equality_tuple(self):
|
||||
raise NotImplementedError('_equality_tuple method not implemented')
|
||||
|
Reference in New Issue
Block a user