mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Use new-style classes.
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ import sys
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Restore:
|
||||
class Restore(object):
|
||||
|
||||
def __init__(self, scope, role, datadir, connstring):
|
||||
self.scope = scope
|
||||
|
||||
Reference in New Issue
Block a user