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 3456019 commit 9155a95Copy full SHA for 9155a95
test/test_topology.py
@@ -20,7 +20,6 @@
20
21
import socket
22
import threading
23
-from unittest import SkipTest
24
25
from bson.py3compat import imap
26
from pymongo import common
@@ -37,7 +36,7 @@
37
36
from pymongo.server_selectors import (any_server_selector,
38
writable_server_selector)
39
from pymongo.settings import TopologySettings
40
-from test import unittest, client_knobs
+from test import client_knobs, SkipTest, unittest
41
from test.utils import wait_until
42
43
0 commit comments