Skip to content
Snippets Groups Projects

WS-592: Simple HTML CARTA wrapper for elegant expiration on countdown

Merged Nathan Hertz requested to merge WS-592-serve-carta-html-wrapper into main
8 files
+ 384
183
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -5,9 +5,9 @@ import os
import sys
from pathlib import Path
from typing import Dict
from pycapo import CapoConfig
from carta_envoy.launchers import CartaLauncher
from pycapo import CapoConfig
# pylint: disable=C0301, E0401, W0622, W1203
Loading