This commit is contained in:
3
dev.py
3
dev.py
@@ -1,7 +1,6 @@
|
||||
import argparse
|
||||
import subprocess
|
||||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
||||
from granian import Granian
|
||||
from granian.constants import Interfaces
|
||||
@@ -9,7 +8,7 @@ from granian.constants import Interfaces
|
||||
from utils.logger import root_logger as logger
|
||||
|
||||
|
||||
def check_mkcert_installed() -> Optional[bool]:
|
||||
def check_mkcert_installed() -> bool | None:
|
||||
"""
|
||||
Проверяет, установлен ли инструмент mkcert в системе
|
||||
|
||||
|
||||
Reference in New Issue
Block a user