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

@ -1,8 +1,7 @@
# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
from pathlib import Path, PosixPath
from typing import Any, List, Optional
import pmb.config
from typing import List
from pmb.helpers import logging
import configparser
import os