Skip to content

Commit

Permalink
import future annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Mar 11, 2024
1 parent 0e4d7fd commit 845becb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/_nebari/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def render_config(
config["theme"]["jupyterhub"]["hub_subtitle"] = WELCOME_HEADER_TEXT

if ssl_cert_email:
# config["certificate"] = {"type": CertificateEnum.letsencrypt.value}
config["certificate"]["acme_email"] = ssl_cert_email

# validate configuration and convert to model
Expand Down
1 change: 1 addition & 0 deletions src/_nebari/stages/kubernetes_ingress/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import enum
import logging
import socket
Expand Down

0 comments on commit 845becb

Please sign in to comment.