forked from cerc-io/stack-orchestrator
Fix types usage
This commit is contained in:
parent
4ca96bbf8c
commit
8c77af0fec
@ -21,6 +21,7 @@ import random
|
||||
import subprocess
|
||||
import sys
|
||||
import tempfile
|
||||
from typing import List
|
||||
import uuid
|
||||
import yaml
|
||||
|
||||
@ -687,7 +688,7 @@ def publish_deployment(
|
||||
deploy_record,
|
||||
deployment_lrns,
|
||||
existing_dns_records_by_lrns,
|
||||
dns_lrns: list[str],
|
||||
dns_lrns: List[str],
|
||||
dns_record_namespace,
|
||||
deployment_dir,
|
||||
dns_value=None,
|
||||
|
Loading…
Reference in New Issue
Block a user