ruff: run check --fix (MR 2252)

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-15 18:53:49 +02:00 committed by Oliver Smith
parent 5c652e0602
commit 4108b95d72
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
8 changed files with 2 additions and 9 deletions

View file

@ -4,7 +4,7 @@ import logging
import os
from pathlib import Path
import sys
from typing import Dict, TextIO
from typing import TextIO
import pmb.config
logfd: TextIO