config: more fixes for scheme.py

This commit is contained in:
InsanePrawn 2022-08-18 05:37:24 +02:00
parent 7eefafc386
commit 30d9be0950
3 changed files with 31 additions and 20 deletions

View file

@ -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