drop dependency on ancient mock (#3074)

This commit is contained in:
Alexandre Detiste
2024-06-12 10:47:18 +02:00
committed by GitHub
parent 1ed207cbf0
commit dc7ba3fe15
36 changed files with 43 additions and 52 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import psutil
import unittest
from unittest.mock import Mock, patch
from mock import Mock, patch
from patroni.postgresql.callback_executor import CallbackExecutor