format: clean up leftovers

This commit is contained in:
InsanePrawn 2022-02-18 06:46:05 +01:00
parent 7a324555da
commit 0c38fabf11
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,8 @@ import os
from config import config
from wrapper import enforce_wrap
from .base import get_base_chroot, Chroot, BaseChroot
from .abstract import Chroot
from .base import get_base_chroot
from .build import get_build_chroot, BuildChroot
#from .device import get_device_chroot, DeviceChroot
from .helpers import get_chroot_path