Remove unused sys and logging from main shim

This commit is contained in:
Erica Portnoy 2019-11-22 18:16:29 -08:00
parent 9a0498477f
commit e8857149e1

View file

@ -1,13 +1,7 @@
"""Certbot main public entry point."""
import logging.handlers
import sys
from certbot._internal import main as internal_main
logger = logging.getLogger(__name__)
def main(cli_args=None):
"""Command line argument parsing and main script execution.