summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/core/network.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/core/network.py')
-rw-r--r--buildscripts/resmokelib/core/network.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokelib/core/network.py b/buildscripts/resmokelib/core/network.py
index b48a2221f01..e76e73bbb08 100644
--- a/buildscripts/resmokelib/core/network.py
+++ b/buildscripts/resmokelib/core/network.py
@@ -1,7 +1,5 @@
"""Class used to allocate ports for mongod and mongos processes involved in running the tests."""
-from __future__ import absolute_import
-
import collections
import functools
import threading