diff --git a/confluent_server/confluent/discovery/protocols/slp.py b/confluent_server/confluent/discovery/protocols/slp.py index 7f13f990..edb16c34 100644 --- a/confluent_server/confluent/discovery/protocols/slp.py +++ b/confluent_server/confluent/discovery/protocols/slp.py @@ -14,9 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -import confluent.log as log import confluent.neighutil as neighutil import confluent.util as util +import confluent.log as log import os import random import eventlet.green.select as select