This commit is contained in:
henryruhs
2025-04-28 10:03:29 +02:00
parent 57ef628138
commit 096d31cad6
+1 -1
View File
@@ -1,5 +1,5 @@
import platform
from typing import Any, Optional, Sequence, Iterable, Reversible
from typing import Any, Iterable, Optional, Reversible, Sequence
def is_linux() -> bool: