test_config: remove double import of Profile
This commit is contained in:
parent
3952892029
commit
f940fd2301
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import toml
|
|||
from tempfile import mktemp, gettempdir as get_system_tempdir
|
||||
from typing import Optional
|
||||
|
||||
from config.profile import Profile, PROFILE_DEFAULTS
|
||||
from config.profile import PROFILE_DEFAULTS
|
||||
from config.scheme import Config, Profile
|
||||
from config.state import CONFIG_DEFAULTS, ConfigStateHolder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue