re-apply ruff TCH rules

This commit is contained in:
imperosol
2026-09-07 13:32:13 +02:00
parent d93afffbc3
commit 7bd79d1d55
63 changed files with 288 additions and 88 deletions
+4 -1
View File
@@ -2,12 +2,15 @@ import logging
import signal
import subprocess
import sys
from pathlib import Path
from typing import TYPE_CHECKING
import psutil
from sith import settings
if TYPE_CHECKING:
from pathlib import Path
def get_pid_file(procfile: Path) -> Path:
"""Get the PID file associated with a procfile"""