mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-31 16:49:46 +00:00
Drop unused variable server_version
This commit is contained in:
@@ -78,7 +78,6 @@ class MockConnect:
|
||||
def __init__(self):
|
||||
self.autocommit = False
|
||||
self.closed = 0
|
||||
self.server_version = 90400
|
||||
|
||||
def cursor(self):
|
||||
return MockCursor()
|
||||
|
||||
Reference in New Issue
Block a user