Skip to content

Commit 39fc081

Browse files
author
avandras
committed
Add missing imports in tests
2 parents 925a046 + b72eb7e commit 39fc081

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import datetime
2+
import etcd
23
import json
34
import socket
45
import unittest

tests/test_citus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import etcd
12
import time
23
from unittest.mock import Mock, patch, PropertyMock
34
from patroni.postgresql.mpp.citus import CitusHandler

tests/test_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import etcd
12
import io
23
import os
34
import sys

tests/test_ha.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import datetime
2+
import etcd
23
import os
34
import sys
45

tests/test_mpp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import etcd
2+
13
from typing import Any
24

35
from patroni.exceptions import PatroniException

0 commit comments

Comments
 (0)