1
Fork 0

Remove unused Any type.

This commit is contained in:
Bauke 2022-10-11 20:18:04 +02:00
parent 0a4249f749
commit 633a016917
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -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: