1
Fork 0

Remove unused Any type.

main
Bauke 6 months ago
parent 0a4249f749
commit 633a016917
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558

@ -2,7 +2,7 @@
from pathlib import Path
from subprocess import run
from typing import Any, List, Optional
from typing import List, Optional
def main() -> None:

Loading…
Cancel
Save