From 86a6cc53cfc537949214dfea2bd87f227de19215 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 7 Feb 2020 00:08:41 -0800 Subject: [PATCH] Remove text that certbot.tests.utils isn't public (#7754) --- certbot/certbot/tests/util.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/certbot/certbot/tests/util.py b/certbot/certbot/tests/util.py index 02abe0a31..a9870b0fd 100644 --- a/certbot/certbot/tests/util.py +++ b/certbot/certbot/tests/util.py @@ -1,8 +1,4 @@ -"""Test utilities. - -.. warning:: This module is not part of the public API. - -""" +"""Test utilities.""" import logging from multiprocessing import Event from multiprocessing import Process