clean up comments

This commit is contained in:
c-w-m 2023-01-15 00:06:36 -07:00
parent 4e6091afe9
commit 81b47be643

View File

@ -18,8 +18,6 @@ from pipreqs import pipreqs
CA_BUNDLE = os.environ.get("CA_BUNDLE")
if CA_BUNDLE is None:
#from .settings import CA_BUNDLE
# ImportError: attempted relative import with no known parent package
from tests.settings import CA_BUNDLE