Skip to content

Commit c1a27a2

Browse files
author
avandras
committed
Fix even more
1 parent 6e9c634 commit c1a27a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_citus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import unittest
44

55
from unittest.mock import Mock, patch, PropertyMock
6+
from typing import List
67
from patroni.postgresql.mpp.citus import CitusHandler, PgDistNode, PgDistGroup
78
from patroni.psycopg import ProgrammingError
89

tests/test_ctl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import urllib3
66

77
from datetime import datetime, timedelta
8+
from prettytable import PrettyTable
89
from unittest import mock
910
from unittest.mock import patch, Mock, PropertyMock
1011
from patroni import global_config

0 commit comments

Comments
 (0)