Skip to content

Commit e046567

Browse files
committed
Fix testing imports
1 parent 948410a commit e046567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_topology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from pymongo.synchronous.pool import PoolOptions
3939
from pymongo.synchronous.server import Server
4040
from pymongo.synchronous.settings import TopologySettings
41-
from pymongo.synchronous.topology import Topology, _ErrorContext, _filter_servers
41+
from pymongo.synchronous.topology import Topology, _ErrorContext
4242
from pymongo.topology_description import TOPOLOGY_TYPE
4343

4444

0 commit comments

Comments
 (0)