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
|
@ -5,7 +5,8 @@ from pathlib import Path
|
|||
import subprocess
|
||||
from pmb.core.arch import Arch
|
||||
import pmb.helpers.run_core
|
||||
from typing import Optional, Sequence
|
||||
from typing import Optional
|
||||
from collections.abc import Sequence
|
||||
from pmb.types import Env, PathString
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue