mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Refactor import statement in certbot-new.py to use letsencrypt module for improved clarity
This commit is contained in:
parent
eda8a10ce6
commit
342164da38
2 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ for deps_path in [join(sep, "usr", "share", "bunkerweb", *paths) for paths in ((
|
|||
sys_path.append(deps_path)
|
||||
|
||||
from pydantic import ValidationError
|
||||
from models import (
|
||||
from letsencrypt import (
|
||||
CloudflareProvider,
|
||||
DigitalOceanProvider,
|
||||
DnsimpleProvider,
|
||||
|
|
|
|||
Loading…
Reference in a new issue