mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Remove unused sys and logging from main shim
This commit is contained in:
parent
9a0498477f
commit
e8857149e1
1 changed files with 0 additions and 6 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue