Joe Clarke 1 год назад
Родитель
Сommit
37315c5390
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      automation/services/utils/utils.py

+ 1 - 1
automation/services/utils/utils.py

@@ -5,7 +5,7 @@ from elemental_utils import cpnr
 from typing import List
 import concurrent.futures
 import logging
-from cleu.config import Config as C
+from cleu.config import Config as C  # type: ignore
 
 
 def normalize_cnames(cnames: List[str], domain: str) -> List[str]: