mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Clean code
This commit is contained in:
parent
40148c2cd1
commit
9a92e5ec3f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,8 @@
|
|||
"""Module configuring Certbot in a snap environment"""
|
||||
from json import JSONDecodeError
|
||||
import socket
|
||||
import sys
|
||||
|
||||
from requests import HTTPError, Session
|
||||
from requests import Session
|
||||
from requests.adapters import HTTPAdapter
|
||||
from urllib3.connection import HTTPConnection
|
||||
from urllib3.connectionpool import HTTPConnectionPool
|
||||
|
|
|
|||
Loading…
Reference in a new issue