We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5553a06 commit b72eb7eCopy full SHA for b72eb7e
tests/test_api.py
@@ -1,4 +1,5 @@
1
import datetime
2
+import etcd
3
import json
4
import socket
5
import unittest
tests/test_citus.py
@@ -1,3 +1,4 @@
import time
tests/test_config.py
import io
import os
import sys
tests/test_ctl.py
tests/test_ha.py
tests/test_mpp.py
@@ -1,3 +1,5 @@
+
from typing import Any
from patroni.exceptions import PatroniException
0 commit comments