mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-25 18:08:22 -04:00
config: more fixes for scheme.py
This commit is contained in:
parent
7eefafc386
commit
30d9be0950
3 changed files with 31 additions and 20 deletions
|
@ -1,8 +1,9 @@
|
|||
import pytest
|
||||
|
||||
import os
|
||||
from tempfile import mktemp, gettempdir as get_system_tempdir
|
||||
import toml
|
||||
|
||||
from tempfile import mktemp, gettempdir as get_system_tempdir
|
||||
from typing import Optional
|
||||
|
||||
from config.profile import PROFILE_DEFAULTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue