Skip to content

Commit

Permalink
fix: fix relative import in tls_cert
Browse files Browse the repository at this point in the history
  • Loading branch information
patdowney committed Aug 2, 2024
1 parent fb68b1e commit e9d8485
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from utils.certs.s3 import s3_download
from cryptography.x509 import load_pem_x509_certificate, load_pem_x509_csr
from cryptography.hazmat.primitives import serialization
from . import api
import api


# pylint:disable=too-many-arguments
Expand Down

0 comments on commit e9d8485

Please sign in to comment.