mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-10-11 11:56:17 +00:00
type: ignore changes
This commit is contained in:
@@ -240,7 +240,7 @@ class TestServerStartStop:
|
||||
host = get_default_host()
|
||||
if os.name == "nt":
|
||||
# Windows does not provide SIGKILL
|
||||
sigkill = signal.SIGTERM
|
||||
sigkill = signal.SIGTERM # type: ignore[attr-defined]
|
||||
else:
|
||||
sigkill = signal.SIGKILL # type: ignore[attr-defined]
|
||||
port = 8503
|
||||
|
Reference in New Issue
Block a user