Scripts: Type annotations, linting

This commit is contained in:
wurstsalat
2022-11-29 19:36:31 +01:00
parent 067c233b4b
commit 32c8534b1f
2 changed files with 4 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ import argparse
import re
import subprocess
from pathlib import Path
import sys
REPO_DIR = Path(__file__).parent.parent