forked from Mirror/pmbootstrap
ruff: run check --fix (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
5c652e0602
commit
4108b95d72
8 changed files with 2 additions and 9 deletions
|
@ -6,7 +6,6 @@ from pathlib import Path
|
|||
|
||||
import pmb.chroot
|
||||
import pmb.build
|
||||
from pmb.types import PmbArgs
|
||||
import pmb.helpers.run
|
||||
import pmb.helpers.pmaports
|
||||
from pmb.core import Chroot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,7 +10,6 @@ import sys
|
|||
|
||||
import pmb.config
|
||||
from pmb.meta import Cache
|
||||
from pmb.types import PmbArgs
|
||||
import pmb.helpers.git
|
||||
import pmb.helpers.pmaports
|
||||
import pmb.parse.version
|
||||
|
|
|
@ -13,7 +13,6 @@ import pmb.config
|
|||
import pmb.config.pmaports
|
||||
from pmb.core import Chroot
|
||||
from pmb.core.context import get_context
|
||||
from pmb.core.pkgrepo import pkgrepo_default_path
|
||||
from pmb.helpers import logging
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ import os
|
|||
from pathlib import Path
|
||||
import time
|
||||
|
||||
from pmb.meta import Cache
|
||||
from pmb.types import PmbArgs
|
||||
import pmb.helpers.run
|
||||
import pmb.helpers.pmaports
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Copyright 2023 Oliver Smith
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
from typing import Optional
|
||||
from pmb.core.config import Config
|
||||
from pmb.helpers import logging
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
from typing import List
|
||||
import pytest
|
||||
|
||||
from . import Cache, Wrapper
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue