Skip to content

Commit

Permalink
perf: Remove six.moves.urllib from the import tree
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase committed Feb 21, 2021
1 parent e12717d commit 5525548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench/config/lets_encrypt.py
Expand Up @@ -3,7 +3,6 @@

# imports - third party imports
import click
from six.moves.urllib.request import urlretrieve

# imports - module imports
import bench
Expand Down Expand Up @@ -107,6 +106,8 @@ def create_dir_if_missing(path):


def get_certbot():
from six.moves.urllib.request import urlretrieve

certbot_path = get_certbot_path()
create_dir_if_missing(certbot_path)

Expand Down

0 comments on commit 5525548

Please sign in to comment.