From a80c263480d38cacb6784f663deb056090d2cbf2 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 14 Apr 2020 14:18:01 -0700 Subject: [PATCH] Rename certbot/client_test.py to avoid mypy duplicate error --- certbot/tests/{client_test.py => certbot_client_test.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename certbot/tests/{client_test.py => certbot_client_test.py} (100%) diff --git a/certbot/tests/client_test.py b/certbot/tests/certbot_client_test.py similarity index 100% rename from certbot/tests/client_test.py rename to certbot/tests/certbot_client_test.py