mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-25 21:45:11 +03:00
chroot: init: clean up imports
Remove some unused ones? Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
This commit is contained in:
parent
4302531d99
commit
84aa801349
1 changed files with 0 additions and 3 deletions
|
@ -7,15 +7,12 @@ from pmb.helpers import logging
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import pmb.chroot
|
import pmb.chroot
|
||||||
import pmb.chroot.binfmt
|
|
||||||
import pmb.chroot.apk
|
|
||||||
import pmb.config
|
import pmb.config
|
||||||
import pmb.config.workdir
|
import pmb.config.workdir
|
||||||
import pmb.helpers.apk_static
|
import pmb.helpers.apk_static
|
||||||
import pmb.helpers.apk
|
import pmb.helpers.apk
|
||||||
import pmb.helpers.repo
|
import pmb.helpers.repo
|
||||||
import pmb.helpers.run
|
import pmb.helpers.run
|
||||||
import pmb.helpers.other
|
|
||||||
from pmb.core import Chroot, ChrootType
|
from pmb.core import Chroot, ChrootType
|
||||||
from pmb.core.context import get_context
|
from pmb.core.context import get_context
|
||||||
from pmb.types import PathString
|
from pmb.types import PathString
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue