Remove text that certbot.tests.utils isn't public (#7754)

This commit is contained in:
Brad Warren 2020-02-07 00:08:41 -08:00 committed by GitHub
parent 1859fb059d
commit 86a6cc53cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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