forked from Mirror/pmbootstrap
Ruff: fix typing.Xxx
is deprecated, use xxx
instead (MR 2327)
This commit is contained in:
parent
61cb4f4abb
commit
18fa4e58a3
47 changed files with 137 additions and 147 deletions
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2023 Pablo Castellano, Oliver Smith
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
import subprocess
|
||||
from typing import Sequence
|
||||
from collections.abc import Sequence
|
||||
from pmb.core.arch import Arch
|
||||
from pmb.core.config import Config
|
||||
from pmb.core.context import get_context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue